Jeff's macOS dotfiles (zsh).
install.sh (based on the one from https://github.com/sontek/dotfiles)
symlinks every _foo file in this repo to ~/.foo, backing up anything it
replaces to <file>.bak.
./install.sh_zshrc/_zprofile— zsh config: aliases, git-aware prompt, PATH, Homebrew (brew shellenv), and editor_gitconfig/_gitignore— git settings, aliases, and the global ignore
Tokens and keys are not stored in this repo. _zprofile sources
~/.zsh_secrets if it exists (which is gitignored). Create it by hand on each
machine and chmod 600 it, e.g.:
export GITHUB_TOKEN="..."