xcode-select --install
git clone git@github.com:Johnathan/dotfiles.git ~/dotfiles
cd ~/dotfiles
make bootstrap
make installcd ~/dotfiles
make install- Installs Homebrew (if missing)
- Installs Prezto (if missing)
- Installs VS Code and tmux via Homebrew
- tmux: Symlinks
.tmux.conf, installs TPM and plugins - zsh: Symlinks
.zshrc - vim: Symlinks
.vimrc - vscode: Symlinks settings/keybindings, installs extensions
make bootstrap # fresh mac prerequisites
make install # all configs
make tmux # just tmux
make zsh # just zsh
make vim # just vim
make vscode # just vscodeAPI keys and machine-specific config go in ~/.secrets (not in repo):
echo 'export OPENAI_API_KEY="your-key"' > ~/.secrets
chmod 600 ~/.secrets