Skip to content

Commit

Permalink
Merge pull request barretlee#2 from yelangchs/master
Browse files Browse the repository at this point in the history
Update install
  • Loading branch information
barretlee committed Apr 14, 2016
2 parents 434791a + ca6fba9 commit 7b0ecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mv ~/v-tmp/autoconfig-mac-vimrc/.vimrc ~/.vimrc;
# colors schemes
cd ~/v-tmp;
[[ -d ~/v-tmp/vim-colorschemes ]] || git clone https://github.com/flazz/vim-colorschemes.git;
[[ -d ~/.vim/colors ]] || mv ~/v-tmp/colors ~/.vim/;
[[ -d ~/.vim/colors ]] || mv ~/v-tmp/vim-colorschemes/colors ~/.vim/;

# fonts for airline
cd ~/v-tmp;
Expand Down

0 comments on commit 7b0ecae

Please sign in to comment.