1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Create README.md

Add basic installation instructions for now.
This commit is contained in:
Daniel Barber 2015-11-25 18:09:21 +00:00
parent edbff6109e
commit 87c361fa42

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# dotfiles-local
My dotfiles. Extends `thoughtbot/dotfiles`
# Installation
```bash
chsh -s $(which zsh)
git clone git@github.com:thoughtbot/dotfiles.git
git clone git@github.com:danbee/dotfiles-local.git
brew tap thoughtbot/formulae
brew install rcm
env RCRC=$HOME/dotfiles/rcrc rcup
```