- By Edmond Lau
- Highly Recommended 👍
- http://www.theeffectiveengineer.com/
- They are the people who get things done. Effective Engineers produce results.
# Overview of this script is running an automated installation workflow that goes step by step below: | |
# 1. Github setup | |
# 2. Install XCode | |
# 3. Install Homebrew | |
# 4. Install Development tools (programming languages, libraries, etc) | |
# 5. Setting up Mac settings | |
# Done! | |
developer_utilities_setup() { | |
echo "Installing tree, wget, trash, mackup, and node..." |