|
|
@ -4,7 +4,7 @@ SCRIPT=$(readlink -f "$0") |
|
|
SCRIPTPATH=$(dirname "$SCRIPT") |
|
|
SCRIPTPATH=$(dirname "$SCRIPT") |
|
|
|
|
|
|
|
|
# List of the config files to install |
|
|
# 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 |
|
|
# Create symbolic links in the user's home dir |
|
|
OLDPATH=`pwd` |
|
|
OLDPATH=`pwd` |
|
|
|