13 lines
302 B
Markdown
13 lines
302 B
Markdown
# Installation
|
|
|
|
Install using:
|
|
|
|
```bash
|
|
cd $HOME && \
|
|
git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles && \
|
|
.dotfiles/resources/bootstrap
|
|
```
|
|
|
|
Installation of the dotfiles is handled automatically from `bootstrap` via
|
|
[rcm](https://github.com/thoughtbot/rcm#installation).
|
|
|