Fixed simlinks
This commit is contained in:
11
setup.sh
11
setup.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user