dotfiles/README.adoc
2020-10-23 18:59:25 +02:00

18 lines
519 B
Plaintext

= Dotfiles managed with chezmoi
See https://github.com/twpayne/chezmoi
== Initialization
TODO: how to handle a new linux system correctly.
Test with `centos7-01`:
. put executable to HOME dir
. add public ssh key to gitea user
. initialize with `./chezmoi init sdroid@gitea.sdroid.uber.space:heavy/dotfiles.git`
. check what will happen with `./chezmoi diff`
. apply it with `./chezmoi apply`
After that a `bin` directory will exist (if not yet present before), move the executable to this dir to have it `PATH`.