mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 03:38:59 +00:00
update README
This commit is contained in:
@@ -195,17 +195,19 @@ $ dotdrop.sh --help
|
|||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
dotdrop install [-fndV] [-c <path>] [-p <profile>]
|
dotdrop install [-fndV] [-c <path>] [-p <profile>]
|
||||||
dotdrop compare [-V] [-c <path>] [-p <profile>] [--files=<files>]
|
|
||||||
dotdrop import [-ldV] [-c <path>] [-p <profile>] <paths>...
|
dotdrop import [-ldV] [-c <path>] [-p <profile>] <paths>...
|
||||||
|
dotdrop compare [-V] [-c <path>] [-p <profile>]
|
||||||
|
[-o <opts>] [--files=<files>]
|
||||||
dotdrop listfiles [-V] [-c <path>] [-p <profile>]
|
dotdrop listfiles [-V] [-c <path>] [-p <profile>]
|
||||||
dotdrop list [-V] [-c <path>]
|
dotdrop list [-V] [-c <path>]
|
||||||
dotdrop --help
|
dotdrop --help
|
||||||
dotdrop --version
|
dotdrop --version
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-p --profile=<profile> Specify the profile to use [default: thor].
|
-p --profile=<profile> Specify the profile to use [default: ilak].
|
||||||
-c --cfg=<path> Path to the config [default: config.yaml].
|
-c --cfg=<path> Path to the config [default: config.yaml].
|
||||||
--files=<files> Comma separated list of files to compare.
|
--files=<files> Comma separated list of files to compare.
|
||||||
|
-o --dopts=<opts> Diff options [default: ].
|
||||||
-n --nodiff Do not diff when installing.
|
-n --nodiff Do not diff when installing.
|
||||||
-l --link Import and link.
|
-l --link Import and link.
|
||||||
-f --force Do not warn if exists.
|
-f --force Do not warn if exists.
|
||||||
@@ -284,6 +286,9 @@ Compare local dotfiles with dotdrop's defined ones:
|
|||||||
$ dotdrop.sh compare
|
$ dotdrop.sh compare
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The diffing is done by diff in the backend, one can provide specific
|
||||||
|
options to diff using the `-o` switch.
|
||||||
|
|
||||||
## Import new dotfiles
|
## Import new dotfiles
|
||||||
|
|
||||||
Dotdrop allows to import dotfiles directly from the
|
Dotdrop allows to import dotfiles directly from the
|
||||||
|
|||||||
Reference in New Issue
Block a user