12 lines
350 B
Markdown
12 lines
350 B
Markdown
### Dotfiles
|
|
|
|
My personal configuration files.
|
|
|
|
##### Usage
|
|
|
|
1. Clone this repository into `~/dotfiles`
|
|
2. Install [Homebrew](https://brew.sh/): `./install-brew.sh`
|
|
3. Install tools: `brew bundle install --file=brew/Brewfile`
|
|
4. Install optional tools: `brew/install-extra.sh [--casks]`
|
|
5. Install everything else, including symlinks: `./install.sh`
|