Skip to content

Instantly share code, notes, and snippets.

@mborsare
Last active August 14, 2018 15:46
Show Gist options
  • Save mborsare/0bb430c8ca369e0ac62721298067c01a to your computer and use it in GitHub Desktop.
Save mborsare/0bb430c8ca369e0ac62721298067c01a to your computer and use it in GitHub Desktop.
#!/bin/bash
brew update
brew upgrade
brew cleanup -s
brew cask cleanup
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:”
echo “install with: mas upgrade”
mas outdated
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 “
asdf plugin-update --all
asdf update
touch /Users/mborsare/Desktop/it-ran.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment