Skip to content

Instantly share code, notes, and snippets.

@mborsare
Last active April 19, 2018 14:58
Show Gist options
  • Save mborsare/b152acd0390c07d85917da0c66ec8ee6 to your computer and use it in GitHub Desktop.
Save mborsare/b152acd0390c07d85917da0c66ec8ee6 to your computer and use it in GitHub Desktop.
#!/bin/bash
brew update
brew upgrade
brew cleanup -s
brew cask cleanup
#now diagnotic
brew doctor
brew missing
apm upgrade -c false
/opt/bin/updateCCTF.sh && terminal-notifier -message “git pull done :-)” -title “CCTF up to date”
echo “you can hit mas upgrade to upgrade theses apps from the app store:”
mas outdated
echo “install with: mas upgrade”
npm update -g
echo “did you think to launch gem update “
echo “and pip ? pip freeze — local | grep -v ‘^\-e’ | cut -d = -f 1 | xargs pip install -U “
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment