Current setup for local development on MacOS.
Follow these instructions for adding a new SSH Key to your personal GitHub for safe, reliable access:
- Homebrew - "The missing Package Manager for macOS"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" echo >> /Users/ascharf/.zprofile echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/ascharf/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)"
- Oh My Zsh - Oh My Zsh is an open source, community-driven framework for managing your Zsh configuration.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
You now need to link the dotfiles in this repository to their intended directory on your Mac. You'll need to do this for each file you want to keep in sync across both locations.
ln -s ~/Developer/dotfiles-original/.gitconfig ~/.gitconfig`