Last active
January 4, 2019 08:43
-
-
Save duchenpaul/54ad7137f7b004ed65dbe1e6da49e7d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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