first commit

This commit is contained in:
2024-03-12 12:13:53 -04:00
commit ed329af7dc
46 changed files with 1940 additions and 0 deletions

8
zsh/.zshrc.pre-oh-my-zsh Normal file
View File

@@ -0,0 +1,8 @@
eval "$(pyenv init --path)"
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
export PATH="/opt/homebrew/opt/openjdk@17/bin:$PATH"
export PATH=$PATH:/Users/joshp/.spicetify
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
export PATH="$PATH:$HOME/.local/bin"
export PATH="/Users/joshp/.cargo/bin:$PATH"