Skip to content

Instantly share code, notes, and snippets.

@duchenpaul
Last active January 4, 2019 08:43
Show Gist options
  • Save duchenpaul/54ad7137f7b004ed65dbe1e6da49e7d8 to your computer and use it in GitHub Desktop.
Save duchenpaul/54ad7137f7b004ed65dbe1e6da49e7d8 to your computer and use it in GitHub Desktop.
sudo pip install git+git://github.com/powerline/powerline
wget https://github.com/powerline/powerline/blob/develop/font/PowerlineSymbols.otf?raw=true -O PowerlineSymbols.otf
sudo mv PowerlineSymbols.otf /usr/share/fonts/
fc-cache -vf /usr/share/fonts/
wget https://raw.githubusercontent.com/powerline/powerline/develop/font/10-powerline-symbols.conf
sudo mv 10-powerline-symbols.conf /etc/fonts/conf.d/
echo "set rtp+=/usr/lib/python2.7/site-packages/powerline/bindings/vim/" >> ~/.vimrc
echo "set laststatus=2" >> ~/.vimrc
echo "set t_Co=256" >> ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment