From 5dc09a62ea4a55bac0ef96aa588427f79b99c2d0 Mon Sep 17 00:00:00 2001 From: bretello Date: Mon, 7 Dec 2020 17:19:28 +0100 Subject: [PATCH] zsh-theme: improve initial setup --- brethil_dotfile.sh | 4 ++-- brethil-minimal.zsh-theme => themes/brethil-minimal.zsh-theme | 0 brethil.zsh-theme => themes/brethil.zsh-theme | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename brethil-minimal.zsh-theme => themes/brethil-minimal.zsh-theme (100%) rename brethil.zsh-theme => themes/brethil.zsh-theme (100%) diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 7e6e29f..6cb1c1f 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -2,15 +2,15 @@ env DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT DOTFILES="$DOTFILES" zsh -f "$DOTFILES/check_for_update.sh" # theme-related variables +export ZSH_CUSTOM="$DOTFILES" export ZSH_THEME="brethil" export DISABLE_UNTRACKED_FILES_DIRTY=true export VIRTUAL_ENV_DISABLE_PROMPT=true # Source all other plugins source <(antibody init) -export ZSH="$(antibody path robbyrussell/oh-my-zsh)" antibody bundle < "$DOTFILES/antibody_plugins.txt" - +export ZSH="$(antibody path robbyrussell/oh-my-zsh)" uname="$(uname -a)" if [[ $uname == *"ARCH"* || $uname == *"MANJARO"* ]]; then antibody bundle < "$DOTFILES/antibody_plugins_arch.txt" diff --git a/brethil-minimal.zsh-theme b/themes/brethil-minimal.zsh-theme similarity index 100% rename from brethil-minimal.zsh-theme rename to themes/brethil-minimal.zsh-theme diff --git a/brethil.zsh-theme b/themes/brethil.zsh-theme similarity index 100% rename from brethil.zsh-theme rename to themes/brethil.zsh-theme