diff --git a/.setup.sh.swp b/.setup.sh.swp new file mode 100644 index 0000000..a91fe0d Binary files /dev/null and b/.setup.sh.swp differ diff --git a/setup.sh b/setup.sh index c51e7bf..6f1694f 100644 --- a/setup.sh +++ b/setup.sh @@ -18,8 +18,11 @@ ln -s ~/.dotfiles/.vim ~/.vim ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf # install vundle -git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim - +if ! [ -f ~/.vim/bundle/Vundle.vim ]; then + git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim +else + echo '[INFO] Vundle is already installed.' +fi # if atom is installed import configs if commandExists atom; then if commandExists apm; then