dotcopter

Crates.iodotcopter
lib.rsdotcopter
version0.5.0
sourcesrc
created_at2017-04-02 17:15:52.071311
updated_at2020-11-10 07:36:15.572884
descriptionA small tool to manage dotfile installation
homepage
repositoryhttps://github.com/bomgar/dotcopter
max_upload_size
id9408
size56,416
Maximilien Riehl (mriehl)

documentation

README

** Installation #+BEGIN_SRC shell-script cargo install dotcopter #+END_SRC

** Configuration Just provide a file describing your dotfiles ([[file:install.conf.yaml][example]]). Dotcopter will not overwrite existing files without the force flag.

** Usage *** Help #+BEGIN_SRC shell-script dotcopter --help #+END_SRC *** Apply a configuration #+BEGIN_SRC shell-script dotcopter install.conf.yaml apply #+END_SRC *** Add a new link to a dotfile #+BEGIN_SRC shell-script dotcopter install.conf.yaml ln zshrc "~/.zshrc" #+END_SRC *** Import directory To make the initial configuration easier dotcopter can import existing links. #+BEGIN_SRC shell-script dotcopter install.conf.yaml import ~ #+END_SRC

Commit count: 140

cargo fmt