diff --git a/Makefile b/Makefile index bf416ee..2dce4b7 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ emacs: oh-my-zsh: @printf "$(YELLOW)--- oh-my-zsh ------------------------------------------\n$(RESET)" git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh - cp oh-my-zsh/themes/agnoster.zsh-theme ~/.oh-my-zsh/themes/ + ln -sf ~/dotfiles/oh-my-zsh/themes/agnoster-custom.zsh-theme ~/.oh-my-zsh/themes/agnoster-custom.zsh-theme git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/plugins/zsh-syntax-highlighting polybar: diff --git a/oh-my-zsh/themes/agnoster.zsh-theme b/oh-my-zsh/themes/agnoster-custom.zsh-theme similarity index 100% rename from oh-my-zsh/themes/agnoster.zsh-theme rename to oh-my-zsh/themes/agnoster-custom.zsh-theme diff --git a/zsh/.zshrc b/zsh/.zshrc index 0745cfe..b6fe57d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -8,7 +8,7 @@ export ZSH="$HOME/.oh-my-zsh" # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="agnoster" +ZSH_THEME="agnoster-custom" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load