diff options
| author | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-14 15:36:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-14 15:36:41 +0000 |
| commit | 6a0e18aab79cefa8cd4917e9a6d121349f41eb3f (patch) | |
| tree | 7caf92b382bcd9477ed77cf9c38d4eeaa5c60de1 /README.md | |
| parent | b61c8715cf8f6154e2e4ed6aecdc12ff2c91d461 (diff) | |
Create README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..871be0f --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# dotfiles + +Dotfiles for my machines. While I don't recommend using them (since everybody has highly specific needs), you're welcome to look around. + +## Usage + +For fast installation, I wrote a small script to copy the dotfiles to their destinations. The files and the manner in which they should be copied is specified in the `directoryinfo` file. + +To use this script, simply run: +``` +$ ./deploy.py +``` |
