Skip to content

Commit

Permalink
update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ma6174 committed May 31, 2013
1 parent aa0b853 commit c396c60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ echo "安装将花费一定时间,请耐心等待直到安装完成^_^"
sudo apt-get install -y vim vim-gnome ctags xclip astyle python-setuptools
sudo easy_install -ZU autopep8 twisted
sudo ln -s /usr/bin/ctags /usr/local/bin/ctags
mv ~/vim ~/vim_old
cd ~/ && git clone git://github.com/ma6174/vim.git
mv ~/.vim ~/.vim_old
mv ~/vim ~/.vim
mv ~/.vim/.vimrc ~/
git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
Expand Down

0 comments on commit c396c60

Please sign in to comment.