diff --git a/install.sh b/install.sh index 8744534..ac93322 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ SCRIPT=$(readlink -f "$0") SCRIPTPATH=$(dirname "$SCRIPT") # List of the config files to install -FILES="vimrc zshrc gitconfig vim" +FILES="vimrc zshrc gitconfig vim gitignore_global" # Create symbolic links in the user's home dir OLDPATH=`pwd`