mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
Update README
This commit is contained in:
parent
76d87b958e
commit
8ab0a4db59
2 changed files with 8 additions and 11 deletions
13
README.md
13
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue