Skip to content

Commit

Permalink
Merge pull request barretlee#1 from qintengfei/patch-1
Browse files Browse the repository at this point in the history
折行报错🐶
  • Loading branch information
barretlee committed Apr 13, 2016
2 parents c68d24e + 9e5d651 commit fe46e16
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,16 @@

# .vimrc
cd ~/v-tmp;
[[ -d ~/v-tmp/rc ]] || git clone
https://github.com/barretlee/autoconfig-mac-vimrc.git;
[[ -d ~/v-tmp/rc ]] || git clone https://github.com/barretlee/autoconfig-mac-vimrc.git;

# backup origin vimrc file
[[ -f ~/.vimrc-bak ]] || cp ~/.vimrc ~/.vimrc-bak;
mv ~/v-tmp/autoconfig-mac-vimrc/.vimrc ~/.vimrc;
[[ -d ~/.vim/bundle/Vundle.vim ]] || git clone
https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim;
[[ -d ~/.vim/bundle/Vundle.vim ]] || git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim;

# colors schemes
cd ~/v-tmp;
[[ -d ~/v-tmp/vim-colorschemes ]] || git clone
https://github.com/flazz/vim-colorschemes.git;
[[ -d ~/v-tmp/vim-colorschemes ]] || git clone https://github.com/flazz/vim-colorschemes.git;
[[ -d ~/.vim/colors ]] || mv ~/v-tmp/colors ~/.vim/;

# fonts for airline
Expand Down

0 comments on commit fe46e16

Please sign in to comment.