added README
This commit is contained in:
parent
e159349ea6
commit
c731339229
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
# Ignore everything
|
# Ignore everything
|
||||||
*
|
*
|
||||||
# But not these files...
|
# But not these files...
|
||||||
|
!README.md
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!bash/**
|
!bash/**
|
||||||
!tmux/tmux.conf
|
!tmux/tmux.conf
|
||||||
|
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
|
||||||
|
## Steps to bootstrap a new Mac
|
||||||
|
|
||||||
|
1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
xcode-select --install
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Clone repo into new hidden directory.
|
||||||
|
|
||||||
|
```bash`
|
||||||
|
# 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
|
||||||
|
```
|
||||||
|
|
||||||
|
3. run setup scripts
|
||||||
|
```bash
|
||||||
|
~/.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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user