Globally install powerline
Today I’ve tried to globally install Powerline. That was a bit of a pain because it has no global config files.
Quick and dirty how-to:
- Add
XDG_CONFIG_DIRS=/etc/xdg
to/etc/environment
if it isn’t already set, - Copy the config to
/etc/xdg/powerline
, - Customize config,
- Load powerline from
/etc/bash.bashrc
,~/.zshrc
, etc.
My config can be found at on Github