Fix some bugs
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
3e624f1048
commit
de9781c13f
3 changed files with 10 additions and 1 deletions
|
@ -4,7 +4,7 @@ if [[ -f $HOME/.bashrc ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Activate correct crontab file
|
# Activate correct crontab file
|
||||||
crontab -u severin $HOME/.crontab
|
crontab $HOME/.crontab
|
||||||
|
|
||||||
# If we are on tty1 we start the x-server
|
# If we are on tty1 we start the x-server
|
||||||
if [ "$(tty)" = "/dev/tty1" ]; then
|
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
|
|
2
.xinitrc
2
.xinitrc
|
@ -3,6 +3,8 @@ xset s off
|
||||||
xset -dpms
|
xset -dpms
|
||||||
xset s noblank
|
xset s noblank
|
||||||
|
|
||||||
|
setxkbmap -model pc105 -layout ch
|
||||||
|
|
||||||
# Start ibus
|
# Start ibus
|
||||||
ibus-daemon -d --xim
|
ibus-daemon -d --xim
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,13 @@
|
||||||
# Usage: ./install.sh
|
# Usage: ./install.sh
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
|
# TODO: Install yaourt
|
||||||
|
|
||||||
|
# TODO: Install needed packages
|
||||||
|
# google-chrome-beta
|
||||||
|
# vlc
|
||||||
|
# steam
|
||||||
|
|
||||||
# Setting up git configuration
|
# Setting up git configuration
|
||||||
ln -s "$DIR/.gitconfig" "$HOME/.gitconfig"
|
ln -s "$DIR/.gitconfig" "$HOME/.gitconfig"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue