this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

+20 -1
+20 -1
README.md
··· 1 1 # dotfiles 2 2 3 + My personal dotfiles, managed using GNU Stow. 4 + 5 + ## Getting started 6 + 7 + Install prerequisites. 8 + 3 9 ```bash 4 - stow -v --target="$HOME" */ 10 + brew install git stow 11 + ``` 12 + 13 + Clone this repository. 14 + 15 + ```bash 16 + git clone git@knot.blair.nz:blair.nz/dotfiles ~/dotfiles 17 + ``` 18 + 19 + Install the dotfiles. 20 + 21 + ```bash 22 + cd ~/dotfiles 23 + ./scripts/install 5 24 ```