Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 561 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 561 Bytes

Happy Vimfile

-> 请备份你之前的vimrc!!!

On Ubuntu

# install gvim
sudo apt-get install vim vim-gtk
# install monaco font

mkdir -p  ~/tmp
cd ~/tmp
wget http://www.gringod.com/wp-upload/MONACO.TTF
sudo cp MONACO.TTF /usr/share/fonts/truetype/
git clone https://github.com/pdf/ubuntu-mono-powerline-ttf.git ~/.fonts/ubuntu-mono-powerline-ttf
sudo fc-cache -f -v

# install ctags
sudo apt-get install ctags

# install ack-grep
sudo apt-get install ack-grep

bash <(curl -s https://raw.github.com/gialib/vimfile/master/install.sh)