** Installation #+BEGINSRC shell-script cargo install dotcopter #+ENDSRC

** 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 #+BEGINSRC shell-script dotcopter --help #+ENDSRC Apply a configuration #+BEGIN_SRC shell-script dotcopter install.conf.yaml apply #+END_SRC ** Add a new link to a dotfile #+BEGINSRC shell-script dotcopter install.conf.yaml ln zshrc "~/.zshrc" #+ENDSRC