diff options
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 +``` |
