diff options
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2472a88 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# My dotfiles + +This repo contains my dotfiles, managed with [GNU stow](https://www.gnu.org/software/stow/) + +## Usage + +1. Clone the repo into your home directory +2. `cd dotfiles` +3. Execute `stow $DIR`, where `$DIR` is the directory with the config files you want to use +e.g. `stow neovim` if you want my neovim settings |
