dotfiles/README.md
2019-10-13 16:12:58 +02:00

16 lines
302 B
Markdown

# Dotfiles
This is my collection of configuration files.
## Usage
Pull the repository and then create the symbolic links with GNU stow
```bash
$ git clone https://gitlab.com/jsauer/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ stow DIRECTORY
```
## License
[MIT](https://opensource.org/licenses/MIT)