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"