Last active
January 21, 2020 23:44
-
-
Save wookiecooking/0035c35aa7457ae22028 to your computer and use it in GitHub Desktop.
Revisions
-
wookiecooking revised this gist
Mar 30, 2015 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,11 +7,12 @@ # Example Usage # Download Method:: Download this file, and from the directory, run in terminal chmod +x hosx.sh sudo ./hosx.sh Oneliner Method:: sudo curl -L https://gist.githubusercontent.com/wookiecooking/0035c35aa7457ae22028/raw/af1c2b91e0c7c5888351b06d35e18c312b1a0d48/hosx.sh | sh COMMENT -
wookiecooking revised this gist
Mar 30, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ chmod +x hosx.sh sudo ./hosx.sh Oneliner Method:: curl -L https://gist.githubusercontent.com/wookiecooking/0035c35aa7457ae22028/raw/c3298fa02b7b385931e4e3eeb5b2c11bdbbc3bc5/hosx.sh | sh COMMENT -
wookiecooking created this gist
Mar 30, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,46 @@ #!/bin/bash <<COMMENT # Simple Installation of the latest Brew, Cask, Git, Node.js, and atom editor. # @Author: Austin Turnage @License: MIT # Example Usage # Download Method:: chmod +x hosx.sh sudo ./hosx.sh Oneliner Method:: curl -L edit-me-after-creation | sh COMMENT # Apple Download CLI Tools xcode-select --install # Install Brew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # Make sure Brew has permissions brew doctor # Update Brew brew update # Install Brew Cask, for terminal app installs brew install caskroom/cask/brew-cask # Install Node.js, print the version brew install node node --version # updates npm npm update npm -g # Install Git, print version brew install git git --version # Install Atom w/ Brew & Cask, print version brew cask install atom apm --version