commit 461c449a4e9bb643ff21237f5e20ca0a307fc1a7 Author: Jens Sauer Date: Sun Oct 13 16:11:41 2019 +0200 Add README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..189ad6b --- /dev/null +++ b/README.md @@ -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)