From 1c65ee002dc8d523ae2034d569b34b1615362971 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 17 Jan 2017 20:24:15 +0100 Subject: [PATCH] Add comment to install.sh Signed-off-by: Severin Kaderli --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 534510c..fa7b80c 100755 --- a/install.sh +++ b/install.sh @@ -11,6 +11,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # vlc # steam +# TODO: Create a function that makes the linking easier and that checks if +# the links already exists + # Setting up git configuration ln -s "$DIR/.gitconfig" "$HOME/.gitconfig"