1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-09-15 23:15:30 -04:00

ssh shortcuts

This commit is contained in:
2021-10-08 10:03:38 -04:00
parent 1329ec8f95
commit b611c02fb9
5 changed files with 48 additions and 7 deletions

View File

@@ -30,7 +30,6 @@ plugins=(
vscode
gitignore
gnu-utils
zsh_reload
zsh-syntax-highlighting
zsh-autosuggestions
)

View File

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