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