Skip to content

Instantly share code, notes, and snippets.

@adonis0147
Created May 25, 2013 03:42
Show Gist options
  • Save adonis0147/5647812 to your computer and use it in GitHub Desktop.
Save adonis0147/5647812 to your computer and use it in GitHub Desktop.
cd ~/.vim
sed -i '5aset rtp+=~/.vim/bundle/powerline/powerline/bindings/vim' plugins.vim
cd ~/.vim/bundle/powerline/font
mkdir -p ~/.fonts
cp PowerlineSymbols.otf ~/.fonts
fc-cache -vf ~/.fonts
mkdir -p ~/.config/fontconfig/conf.d
cp 10-powerline-symbols.conf ~/.config/fontconfig/conf.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment