Skip to content

Instantly share code, notes, and snippets.

@ronaldronson
Last active September 7, 2018 14:12
Show Gist options
  • Save ronaldronson/865cd3202f4152b4b045d5d75a6467f6 to your computer and use it in GitHub Desktop.
Save ronaldronson/865cd3202f4152b4b045d5d75a6467f6 to your computer and use it in GitHub Desktop.
Update brew and others
#!/bin/bash
sudo softwareupdate -ia
brew update
brew upgrade
brew cleanup -s
#now diagnotic
brew doctor
brew missing
/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:"
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