mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
zsh-theme: improve initial setup
This commit is contained in:
parent
1b4c259c97
commit
5dc09a62ea
|
@ -2,15 +2,15 @@
|
||||||
env DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT DOTFILES="$DOTFILES" zsh -f "$DOTFILES/check_for_update.sh"
|
env DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT DOTFILES="$DOTFILES" zsh -f "$DOTFILES/check_for_update.sh"
|
||||||
|
|
||||||
# theme-related variables
|
# theme-related variables
|
||||||
|
export ZSH_CUSTOM="$DOTFILES"
|
||||||
export ZSH_THEME="brethil"
|
export ZSH_THEME="brethil"
|
||||||
export DISABLE_UNTRACKED_FILES_DIRTY=true
|
export DISABLE_UNTRACKED_FILES_DIRTY=true
|
||||||
export VIRTUAL_ENV_DISABLE_PROMPT=true
|
export VIRTUAL_ENV_DISABLE_PROMPT=true
|
||||||
|
|
||||||
# Source all other plugins
|
# Source all other plugins
|
||||||
source <(antibody init)
|
source <(antibody init)
|
||||||
export ZSH="$(antibody path robbyrussell/oh-my-zsh)"
|
|
||||||
antibody bundle < "$DOTFILES/antibody_plugins.txt"
|
antibody bundle < "$DOTFILES/antibody_plugins.txt"
|
||||||
|
export ZSH="$(antibody path robbyrussell/oh-my-zsh)"
|
||||||
uname="$(uname -a)"
|
uname="$(uname -a)"
|
||||||
if [[ $uname == *"ARCH"* || $uname == *"MANJARO"* ]]; then
|
if [[ $uname == *"ARCH"* || $uname == *"MANJARO"* ]]; then
|
||||||
antibody bundle < "$DOTFILES/antibody_plugins_arch.txt"
|
antibody bundle < "$DOTFILES/antibody_plugins_arch.txt"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user