- Generate and configure SSH key for Github
- Create key
- Copy public key into Github
- Create .ssh/config file for first run
- This file will be overwritten so updating the template in the next step is crucial
- Modify repo for new machine hostname:
- private_dot_ssh/private_config.tmpl
- .chezmoi.toml.tmpl
- Run single line install and application of chezmoi
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply git@github.com-$HOSTNAME:volk12/dotfiles.git- To test run
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --branch testing git@github.com-$HOSTNAME:volk12/dotfiles.git
-
Notifications
You must be signed in to change notification settings - Fork 0
volk12/dotfiles
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Dotfiles with automatic configuration using Chezmoi