Add .gitconfig and install.sh

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2016-09-12 21:12:10 +02:00
parent 3aee19333c
commit 035ca90868
4 changed files with 43 additions and 0 deletions

View file

@ -8,6 +8,7 @@ if [[ $- == *i* && -f $HOME/.bashrc ]]; then
. $HOME/.bashrc
fi
# If we are on tty1 we start the x-server
if [ "$(tty)" = "/dev/tty1" ]; then
startx && exit
fi