Fixed simlinks

This commit is contained in:
id101010
2016-10-15 17:51:01 +02:00
parent a5ee4f8ae4
commit 44012b7fae
2 changed files with 15 additions and 4 deletions

View File

@@ -10,7 +10,13 @@ git clone https://github.com/id101010/LinuxDotFiles.git $DOTFILES
# setup i3
if [ ! -e "$HOME/.i3" ]; then
ln -s $DOTFILES/i3wm/ $HOME/.i3
cp -r $DOTFILES/i3wm/Authenticator $HOME/.i3/
cp -r $DOTFILES/i3wm/i3blur.py $HOME/.i3/
cp -r $DOTFILES/i3wm/i3dmenu-wrapper.sh $HOME/.i3/
cp -r $DOTFILES/i3wm/i3status.conf $HOME/.i3/
cp -r $DOTFILES/i3wm/volnotid.sh $HOME/.i3/
ln -s $DOTFILES/i3wm/config $HOME/.i3/config
fi
# setup tmux
@@ -27,3 +33,6 @@ fi
if [ ! -e "$HOME/.zshrc" ]; then
ln -s $DOTFILES/zsh/zshrc $HOME/.zshrc
fi
# setup urxvt
ln -s $DOTFILES/urxvt/Xdefaults $HOME/.Xdefaults