Skip to content

Instantly share code, notes, and snippets.

View farmanp's full-sized avatar

Farman Pirzada farmanp

View GitHub Profile
@farmanp
farmanp / setup.sh
Last active February 16, 2023 16:48 — forked from bradp/setup.sh
Onboarding Mac Setup Script
# 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..."

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets