Add README.md

This commit is contained in:
Jens Sauer 2019-10-13 16:11:41 +02:00
commit 461c449a4e

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# 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)