Dotfiles handled with chezmoi.
Go to file
Stefan Gaiselmann (centos8) b0a5695a2c Added README file.
2020-10-23 14:16:32 +02:00
bin Added 'bin' directory. 2020-10-23 14:01:32 +02:00
.chezmoi.toml.tmpl Added configuration to prompt for config values on new machine. 2020-10-23 13:37:20 +02:00
dot_bashrc_linux Added extension include. 2020-10-23 13:29:58 +02:00
dot_gitconfig.tmpl Added gitconfig template. 2020-10-23 13:34:08 +02:00
dot_solarize_colors Added .sshrc with solarized color schema. 2020-10-23 13:33:33 +02:00
dot_solarize_colors_base Added .sshrc with solarized color schema. 2020-10-23 13:33:33 +02:00
dot_sshrc Added .sshrc with solarized color schema. 2020-10-23 13:33:33 +02:00
README.adoc Added README file. 2020-10-23 14:16:32 +02:00

Dotfiles managed with chezmoi

Initialization

TODO: how to handle a new linux system correctly.

Test with centos7-01:

  1. put executable to HOME dir

  2. initialize with ./chezmoi init https://gitea.sdroid.uber.space/heavy/dotfiles.git

  3. check what will happen with ./chezmoi diff

  4. 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.