From 3198ee4d4c23f9b5303cd16babbe4830e71bb37e Mon Sep 17 00:00:00 2001 From: Tharre Date: Sat, 18 Jul 2015 22:03:55 +0200 Subject: Seperate dotfiles specific to full arch installs --- install.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 78945ed..df9de5b 100755 --- a/install.sh +++ b/install.sh @@ -21,10 +21,14 @@ ln -sf "$dotfiles/shell/_gitconfig" "$HOME/.gitconfig" # [tmux] ln -sf "$dotfiles/shell/_tmux.conf" "$HOME/.tmux.conf" -# [arch linux] -ln -sf "$dotfiles/shell/_makepkg.conf" "$HOME/.makepkg.conf" - # [gdb] ln -sf "$dotfiles/shell/_gdbinit" "$HOME/.gdbinit" +if [ "$1" = "arch" ]; then + echo "Performing full installation." + + # [arch linux] + ln -sf "$dotfiles/shell/_makepkg.conf" "$HOME/.makepkg.conf" +fi + echo "Finished installing dotfiles" -- cgit v1.2.3-70-g09d2