add nvm lazy loading to zsh
This commit is contained in:
4
main.sh
4
main.sh
@@ -44,6 +44,10 @@ sudo apt-get install -y zsh
|
||||
sudo chsh $INSTALL_USER -s /bin/zsh
|
||||
cp ./utils/dotzshrc "$HOME/.zshrc"
|
||||
|
||||
# zsh nvm lazy loading (so shell doesn't take a million years to start)
|
||||
git clone https://github.com/lukechilds/zsh-nvm.git "$HOME/.nvm-zsh"
|
||||
# other install stuff already in .zshrc
|
||||
|
||||
# starship (shell prompt)
|
||||
curl -sS https://starship.rs/install.sh | sudo sh -s -- -y
|
||||
# echo 'eval "$(starship init zsh)"' | tee "$HOME/.zshrc" -a # should already be in zshrc
|
||||
|
||||
Reference in New Issue
Block a user