diff --git a/README.md b/README.md index 8237edf..acfb1d6 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,15 @@ echo "source ~/.config/ideavim/.ideavimrc" > .ideavimrc /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Install Homebrew packages -brew install python fish git neovim ripgrep autojump +brew install fish pyenv git neovim ripgrep autojump -# Install Node Version Manager and Node -curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash -nvm install --lts -nvm use --lts +# Install pnpm and Node +curl -fsSL https://get.pnpm.io/install.sh | sh - +pnpm env use --global lts + +# Install pyenv and Python +pyenv install 3.12 +pyenv global 3.12 ``` #### Set up fish shell, oh-my-fish and plugins diff --git a/fish/config.fish b/fish/config.fish index 09be3e8..7ca37e3 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -64,12 +64,6 @@ function dq osascript -e 'quit app "Docker Desktop"' end -# Initialize nvm through bass -bass source ~/.nvm/nvm.sh ';' -function nvm - bass source ~/.nvm/nvm.sh --no-use ';' nvm $argv -end - # Enable autojump [ -f /opt/homebrew/share/autojump/autojump.fish ]; and source /opt/homebrew/share/autojump/autojump.fish