1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 05:33:02 +00:00

refactoring

This commit is contained in:
deadc0de6
2022-09-01 15:26:59 +02:00
parent 76e4563ca9
commit a97dd46d15
4 changed files with 11 additions and 6 deletions

5
docs/usage.md vendored
View File

@@ -60,8 +60,9 @@ Importing `~/.mutt/colors` and then `~/.vim/colors` will result in:
* `d_mutt_colors` and `d_vim_colors` in the long format
A dotfile can be imported as a different file with the use
of the command line switch `--as` (effectively selecting the `src` part
of the dotfile in the config). It is however recommended
of the command line switch `--as` (effectively modifying the `src` part
of the dotfile in the config, that is the location of the dotfile in the
`dotpath`). It is however recommended
to use [templating](templating.md) to avoid duplicates and optimize
dotfile management.
```bash