Created
July 21, 2015 09:27
-
-
Save robinwo/c1e33547ca9abc644d27 to your computer and use it in GitHub Desktop.
Update deps (brew / composer) on startup
This file contains hidden or 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/zsh | |
| ## updating brews | |
| echo "::: Updating brews :::" | |
| brew -v update && brew -v upgrade && brew -v cleanup && brew -v prune && brew -v doctor | |
| echo "::: Updating composer :::" | |
| composer self-update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment