Go to file
2022-05-26 11:52:59 -07:00
bash changed exec permissions on scripts 2022-05-15 12:27:00 -07:00
git added git configuration and a small fix to tmux 2022-05-08 09:25:07 -07:00
nano starting from scratch 2022-05-07 23:08:30 -07:00
scripts changed exec permissions on scripts 2022-05-15 12:27:00 -07:00
tmux adding tpm submodule 2022-05-08 10:00:21 -07:00
vscode add vscode config 2022-05-15 12:07:28 -07:00
x11 starting from scratch 2022-05-07 23:08:30 -07:00
.gitignore added Brewfile 2022-05-26 11:52:59 -07:00
.gitmodules fixing tmux 2022-05-08 09:13:44 -07:00
Brewfile added Brewfile 2022-05-26 11:52:59 -07:00
README.md fix README 2022-05-15 12:35:34 -07:00
starship.toml added starship.toml 2022-05-07 23:15:00 -07:00

Steps to bootstrap a new Mac

  1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
  1. Clone repo into new hidden directory.
# Use SSH (if set up)...
git clone git@github.com:jchenry/dotfiles.git ~/.config

# ...or use HTTPS and switch remotes later.
git clone https://github.com/jchenry/dotfiles.git ~/.config
  1. run setup scripts
~/.config/scripts/acct.sh
~/.config/scripts/brew-setup.sh
~/.config/macos-defaults.sh
~/.config/bash/setup.sh
~/.config/tmux/setup.sh
~/.config/vscode/setup.sh