This is my VIM configuration for Ubuntu
paste the following into the Terminal.
git clone https://github.com/chamnan/My-Vim ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
- Font Installation:
- Font Config:
wget https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf
wget https://github.com/Lokaltog/powerline/raw/develop/font/10-powerline-symbols.conf
mkdir -p ~/.fonts/ && mv PowerlineSymbols.otf ~/.fonts/
fc-cache -vf ~/.fonts
mkdir -p ~/.config/fontconfig/conf.d/
mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/
-
Font patching:
- Download the font of your choice from powerline-fonts.
- Move your patched font to
~/.fonts/
- Run
fc-cache -vf ~/.fonts
to update your font cache
For more info about Powerline Font patching