Skip to content

Commit cbaa851

Browse files
committed
Remove unnecessary packages from zshrc and Brewfile
1 parent e85daf2 commit cbaa851

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.zshrc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -93,30 +93,14 @@ export PATH="/opt/homebrew/opt/curl/bin:$PATH"
9393
# direnv
9494
if which direnv > /dev/null; then eval "$(direnv hook zsh)"; fi
9595

96-
# anyenv
97-
if which anyenv > /dev/null; then eval "$(anyenv init -)"; fi
98-
9996
# mise
10097
if which mise > /dev/null; then
10198
eval "$(~/.local/bin/mise activate zsh)"
10299
export PATH="$HOME/.local/share/mise/shims:$PATH"
103100
fi
104101

105-
# nodenv
106-
if which nodenv > /dev/null; then eval "$(nodenv init -)"; fi
107-
108-
# pyenv
109-
export PYENV_ROOT="$HOME/.pyenv"
110-
if _cmd_exists pyenv; then
111-
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
112-
eval "$(pyenv init -)"
113-
fi
114-
115102
# poetry
116103
export PATH="$HOME/.local/bin:$PATH"
117-
# rye
118-
# TODO: fix this
119-
# if [ -f "$HOME/.rye/env" ]; then source $HOME/.rye/env; fi
120104

121105
# anaconda
122106
# !! Contents within this block are managed by 'conda init' !!

dump/Brewfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ tap "stripe/stripe-mock"
2626
tap "tufin/tufin"
2727
brew "act"
2828
brew "aliyun-cli"
29-
brew "anyenv"
3029
brew "openssl@3"
3130
brew "protobuf"
3231
brew "llvm"
@@ -116,6 +115,7 @@ brew "ta-lib"
116115
brew "tcl-tk"
117116
brew "telnet"
118117
brew "terraform"
118+
brew "tfenv", link: false
119119
brew "tfsec"
120120
brew "tig"
121121
brew "tmux"

0 commit comments

Comments
 (0)