Go to file
Colin Henry 90969363bc updates to bash config 2024-02-29 16:48:30 -08:00
Terminal added Terminal.App theme setup 2022-05-28 13:32:00 -07:00
bash updates to bash config 2024-02-29 16:48:30 -08: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 reminder script of how to install xcode commandline tools 2023-02-13 09:20:54 -08:00
tmux reminder script of how to install xcode commandline tools 2023-02-13 09:20:54 -08: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 Terminal.App theme setup 2022-05-29 12:58:53 -07:00
.gitmodules fixed bug in macos default script 2022-05-27 10:41:15 -07:00
Brewfile use btop instead of htop 2022-05-29 13:04:01 -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

README.md

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