adding mac zshrc and a home readme

This commit is contained in:
Andy Pack 2022-10-16 22:19:21 +01:00
parent d9fe7271f8
commit 506f5e00bf
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
2 changed files with 22 additions and 0 deletions

18
.zshrc Normal file
View File

@ -0,0 +1,18 @@
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/opt/homebrew/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/opt/homebrew/anaconda3/etc/profile.d/conda.sh" ]; then
. "/opt/homebrew/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/opt/homebrew/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
PS1='%F{green}%n@%m%f %1/ %F{red}%#%f '
export PATH="/opt/homebrew/opt/python@3.10/bin:$PATH"

4
README.md Normal file
View File

@ -0,0 +1,4 @@
dotfiles
------------
Configuration and dotfiles for *nix desktop apps