Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cairo140/config
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenyxu committed Nov 11, 2013
2 parents 4c32f94 + f0834e8 commit 5d162e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install
Expand Up @@ -2,7 +2,7 @@

cd ~
sudo apt-get install -y git vim
git clone https://github.com/cairo140/config.git
[ -d config ] || git clone https://github.com/cairo140/config.git

echo "
# personal configs
Expand All @@ -14,6 +14,7 @@ source \$HOME/config/vimrc" >> $HOME/.vimrc
mkdir -p $HOME/.vim/backup
mkdir -p $HOME/.vim/tmp

cd config
git submodule update --init

. $HOME/.bashrc

0 comments on commit 5d162e8

Please sign in to comment.