Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenyxu committed Nov 11, 2013
1 parent e729860 commit f0834e8
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,4 +14,5 @@ source \$HOME/config/vimrc" >> $HOME/.vimrc
mkdir -p $HOME/.vim/backup
mkdir -p $HOME/.vim/tmp

cd config
git submodule update --init

0 comments on commit f0834e8

Please sign in to comment.