From 86ce55faf224076b5602fe45f2fba63c38ce8c64 Mon Sep 17 00:00:00 2001 From: lhark Date: Sun, 7 Jun 2015 00:47:56 +0200 Subject: [PATCH] Improves comments in install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 9eb3403..dbf312d 100755 --- a/install.sh +++ b/install.sh @@ -3,8 +3,10 @@ SCRIPT=$(readlink -f "$0") SCRIPTPATH=$(dirname "$SCRIPT") +# List of the config files to install FILES="vimrc zshrc gitconfig" +# Create symbolic links in the user's home dir for file in $FILES do ln -s -T $SCRIPTPATH/$file .$file