diff --git a/install.sh b/install.sh index 675def6..29e6400 100755 --- a/install.sh +++ b/install.sh @@ -124,8 +124,6 @@ function fix_annoyances { sed 's|ls \\|#ls \\|' /etc/grc.zsh # TODO: add iptables, docker to grc.zsh - - } @@ -163,11 +161,9 @@ function brethil_dotfiles_setup { # ackrc setup_ackrc - oh_my_zsh_path="$(antibody path robbyrussell/oh-my-zsh)" - # Symlink brethil.zsh-theme - ln -s $DOTFILES/brethil.zsh-theme ${oh_my_zsh_path}/themes/ # TODO: improve this - # Symlink brethil-minimal.zsh-theme - ln -s $DOTFILES/brethil-minimal.zsh-theme ${oh_my_zsh_path}/themes/ + ZSH="$(antibody path robbyrussell/oh-my-zsh)" + ln -s "$DOTFILES/brethil.zsh-theme" "${ZSH}/themes/" # TODO: improve this + ln -s "$DOTFILES/brethil-minimal.zsh-theme" "${ZSH}/themes/" }