diff --git a/.setup.sh.swp b/.setup.sh.swp deleted file mode 100644 index a91fe0d..0000000 Binary files a/.setup.sh.swp and /dev/null differ diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755 index 6f1694f..906cc65 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/bash commandExists() { @@ -18,7 +18,7 @@ ln -s ~/.dotfiles/.vim ~/.vim ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf # install vundle -if ! [ -f ~/.vim/bundle/Vundle.vim ]; then +if ! [ -d ~/.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.'