Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 775 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 775 Bytes

Ruby on Rails Tutorial: first application

提交一次 This is the first application for the

Ruby on Rails Tutorial

by Michael Hartl

Happy Vimfile

Hello world

-> 请备份你之前的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)