Configs for my home desktop computer

This commit is contained in:
id101010
2017-01-28 14:21:02 +01:00
parent fd1b2a2c9d
commit 1fed155d4a
9 changed files with 74 additions and 124 deletions

View File

@@ -36,9 +36,7 @@ BAKFILES=".i3
.zshrc
.tmux.conf
.vimrc
.Xdefaults
.ncmpcpp/config
.mpd/mpd.conf"
.Xdefaults"
BAKFOLD="$HOME/.dotfilebackup"
@@ -61,9 +59,8 @@ if [ "$1" == "clean" ]; then
fi
# Clone the repository if it doesn't exist
if [ ! -e $DOTFILES ]; then
if [ ! -e "$HOME/.dotfiles/" ]; then
git clone https://github.com/id101010/LinuxDotFiles.git $DOTFILES
rm -rf $DOTFILES/.git
fi
# ------------------------------------------------ Setup I3wm
@@ -83,9 +80,3 @@ ln -sfv $DOTFILES/urxvt/Xdefaults $HOME/.Xdefaults
# ------------------------------------------------ Setup wallpapers
ln -sfv $DOTFILES/wallpapers/ $HOME/.wallpapers
# ------------------------------------------------ Setup mpd
ln -sfv $DOTFILES/mpd/ $HOME/.mpd
# ------------------------------------------------ Setup ncmpcpp
ln -sfv $DOTFILES/ncmpcpp/ $HOME/.ncmpcpp