Skip to content

Instantly share code, notes, and snippets.

@acoshift
Created September 7, 2018 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acoshift/52bdb2c6368a27115e63e36cf2420859 to your computer and use it in GitHub Desktop.
Save acoshift/52bdb2c6368a27115e63e36cf2420859 to your computer and use it in GitHub Desktop.
#!/bin/bash
brew update && brew upgrade
gcloud components update --quiet
rustup update
nvim +PluginInstall +qall
n lts
npm -g outdated --parseable --depth=0 | cut -d: -f4 | xargs npm -g i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment