mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-09-15 23:15:30 -04:00
ssh shortcuts
This commit is contained in:
@@ -30,7 +30,6 @@ plugins=(
|
||||
vscode
|
||||
gitignore
|
||||
gnu-utils
|
||||
zsh_reload
|
||||
zsh-syntax-highlighting
|
||||
zsh-autosuggestions
|
||||
)
|
||||
|
@@ -46,10 +46,10 @@ update() {
|
||||
|
||||
echo -e "${YELLOW}Updating NPM/Yarn packages...${NC}"
|
||||
volta install node@latest
|
||||
volta install npm@6 # having issues with npm@7 and volta
|
||||
volta install npm@6
|
||||
volta install yarn@1
|
||||
volta run --no-yarn --node latest --npm 6 npm update --global
|
||||
volta run --node latest --yarn 1 yarn global upgrade
|
||||
volta run --node latest --npm 6 --no-yarn -- npm update --global
|
||||
volta run --node latest --yarn 1 -- yarn global upgrade
|
||||
|
||||
echo -e "${YELLOW}Updating Ruby gems...${NC}"
|
||||
gem update --system
|
||||
|
Reference in New Issue
Block a user