From 461c449a4e9bb643ff21237f5e20ca0a307fc1a7 Mon Sep 17 00:00:00 2001 From: Jens Sauer Date: Sun, 13 Oct 2019 16:11:41 +0200 Subject: [PATCH] Add README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 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)