Crates.io | sdmw |
lib.rs | sdmw |
version | 0.4.1 |
source | src |
created_at | 2024-01-28 11:46:48.029361 |
updated_at | 2024-02-15 11:39:15.359201 |
description | A Simple Dotfiles Manager. |
homepage | |
repository | https://github.com/p1486/sdmw.git |
max_upload_size | |
id | 1117518 |
size | 48,953 |
Changed behavior of a subcommand add
git
Run the following Cargo command:
cargo install sdmw
Or download prebuilt binary from the GitHub release page
sdmw new /path/to/repository && cd /path/to/repository
settings.json
:{
"path": [
+ "~/.config/alacritty",
+ "~/.zshrc"
]
}
And run:
sdmw add
Alternatively:
sdmw add ~/.config/alacritty ~/.zshrc
sdmw install
To restore files:
cd /path/to/repository && sdmw restore alacritty/
-q
, --quiet
- Do not print log messages.-p
, --pretend
- Prit what it would do but not actually change anything.-h
, --help
- Print help.-V
, --version
- Print version.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.