Update README

This commit is contained in:
Mikkel Svartveit 2024-01-27 08:49:42 -08:00
parent 76d87b958e
commit 8ab0a4db59
2 changed files with 8 additions and 11 deletions

View file

@ -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

View file

@ -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