chore(zsh): removed themes and conda

This commit is contained in:
Afonso Franco 2025-01-07 16:34:09 +00:00
parent 0470585dee
commit 8eed7b6fe9
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 0 additions and 507 deletions

View file

@ -18,34 +18,12 @@ export EDITOR=nvim
export VISUAL=nvim
export READER=mupdf
#THEME
source $ZDOTDIR/themes/gruvbox_dark.zsh
#Prompt
source $ZDOTDIR/prompts/simple-two-line.zsh
source $ZDOTDIR/functions.zsh
source $ZDOTDIR/plugins.zsh
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('$HOME/.miniforge3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "$HOME/.miniforge3/etc/profile.d/conda.sh" ]; then
. "$HOME/.miniforge3/etc/profile.d/conda.sh"
else
export PATH="$HOME/.miniforge3/bin:$PATH"
fi
fi
unset __conda_setup
if [ -f "$HOME/.miniforge3/etc/profile.d/mamba.sh" ]; then
. "$HOME/.miniforge3/etc/profile.d/mamba.sh"
fi
# <<< conda initialize <<<
if [[ $(uname) == "Darwin" ]]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
fi