From f7c35abb610a3c76914339c297335eb8e2464a35 Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 6 Dec 2020 02:39:42 +0100 Subject: [PATCH] documentation cleanup --- install.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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/" }