Last active
August 14, 2018 15:46
-
-
Save mborsare/0bb430c8ca369e0ac62721298067c01a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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