diff --git a/install.sh b/install.sh index 50b76a1..437af5e 100644 --- a/install.sh +++ b/install.sh @@ -29,6 +29,8 @@ rm -rf ~/.vim/bundle/* cd ~/.dotfiles git submodule init git submodule update +cd vim/bundle/powerline +git checkout -b develop origin/develop # .gitignore ln -sf ~/.dotfiles/gitignore ~/.gitignore