Skip to content

Commit

Permalink
update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ma6174 committed Jun 2, 2013
1 parent a3cf845 commit c8cacb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 简易安装方法:

`wget https://raw.github.com/ma6174/vim/master/setup.sh && bash setup.sh`
`wget https://raw.github.com/ma6174/vim/master/setup.sh -O ma6174_vim_setup.sh && bash ma6174_vim_setup.sh`

## 或者自己安装:(以ubuntu为例)

Expand Down
8 changes: 4 additions & 4 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ 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
mv ~/vim ~/vim_old -f
cd ~/ && git clone git://github.com/ma6174/vim.git
mv ~/.vim ~/.vim_old
mv ~/vim ~/.vim
mv ~/.vim/.vimrc ~/
mv ~/.vim ~/.vim_old -f
mv ~/vim ~/.vim -f
mv ~/.vim/.vimrc ~/ -f
git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
echo "ma6174正在努力为您安装bundle程序" > ma6174
echo "安装完毕将自动退出" >> ma6174
Expand Down

0 comments on commit c8cacb3

Please sign in to comment.