Skip to content

Instantly share code, notes, and snippets.

@nehayward
Last active July 27, 2016 14:35
Show Gist options
  • Save nehayward/f1cff8a568280172fa3b0db3e534c60f to your computer and use it in GitHub Desktop.
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
#!/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