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:
parent
edbff6109e
commit
87c361fa42
14
README.md
Normal file
14
README.md
Normal 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
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user