diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 9121e82..a400153 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -140,15 +140,6 @@ if command -v fnm &>/dev/null; then eval "$(fnm env --use-on-cd)" fi -# https://github.com/pyenv/pyenv -if command -v pyenv &>/dev/null; then - export PYENV_ROOT="$HOME/.pyenv" - [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" - eval "$(pyenv init -)" - export PYTHON_CONFIGURE_OPTS="--enable-framework --enable-optimizations --with-lto" - export PYTHON_CFLAGS='-march=native -mtune=native' -fi - # https://github.com/ankitpokhrel/jira-cli if command -v jira &>/dev/null; then # Remember to jira init local not cloud diff --git a/scripts/brew_init.sh b/scripts/brew_init.sh index 147f007..e099f68 100755 --- a/scripts/brew_init.sh +++ b/scripts/brew_init.sh @@ -6,5 +6,5 @@ brew install \ fdupes rsync rclone restic \ yt-dlp newsboat \ btop \ - clang-format pyenv pipx marksman moar \ + clang-format pipx marksman moar \ qmk