Last active
July 27, 2016 14:35
-
-
Save nehayward/f1cff8a568280172fa3b0db3e534c60f to your computer and use it in GitHub Desktop.
This is a small script to download all the tools I use for development in the terminal
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/bash | |
echo 'This is a small script to download all the tools I use for development in the terminal' | |
echo 'Installing all brew tools' | |
brew install gist | |
echo 'URL to Download (command + double click to open' | |
echo 'http://google.com' | |
open -g -a safari 'http://google.com' | |
open -g -a safari 'http://macrumors.com' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment