Fix some bugs

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2017-01-17 20:13:43 +01:00
parent 3e624f1048
commit de9781c13f
3 changed files with 10 additions and 1 deletions

View file

@ -4,6 +4,13 @@
# Usage: ./install.sh
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# TODO: Install yaourt
# TODO: Install needed packages
# google-chrome-beta
# vlc
# steam
# Setting up git configuration
ln -s "$DIR/.gitconfig" "$HOME/.gitconfig"