Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ma6174/vim
Browse files Browse the repository at this point in the history
  • Loading branch information
ma6174 committed May 31, 2013
2 parents 6f4a1c6 + 2ea334d commit a13c193
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ 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
echo "ma6174正在努力为您安装bundle程序" > ma6174
echo "安装完毕将自动退出" >> ma6174
echo "请耐心等待" >> ma6174
vi ma6174 -c "BundleInstall" -c "q" -c "q"
rm ma6174
echo "安装完成"

0 comments on commit a13c193

Please sign in to comment.