diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -36,6 +36,7 @@ src = "nvim" # Resolved against dots_dir dest = ".config/nvim" # Relative paths are resolved against $HOME [[dot]] +host = "hermes" # You can specify on which hosts this dot should be deployed src = "Xmodmap" dest = "/etc/X11" # Absolute paths are respected @@ -51,10 +52,16 @@ If you want to use a different file (for example a different machine but based o dots deploy --config some_file.dots.toml ``` +If you want to skip the hostname check: +```bash +dots --no-hostname-check --deploy +``` + ## Todo - [x] Allow to "undeploy", eg. to automatically remove symlinks created by `dots` - [x] Absolute Paths in dest field -- [ ] Windows Support +- [x] Hostname condition for deployment +- [ ] Windows Support (should work in theory but I haven't tested it yet) ## License This is licensed under the [MIT](LICENSE) license. |
