From da41811b0d67a6682ed6984e9fd33346ff9a4350 Mon Sep 17 00:00:00 2001 From: lhark Date: Sat, 12 Dec 2015 22:47:09 +0100 Subject: [PATCH] Add gitignore_global to install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`