-
I've been using Chezmoi for a little while now. I'd like to integrate the contents of For privacy reasons, I want to protect the contents of the config file. After reading the documentation and discussions here, I thought I could store the config file in 1Password and use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I have a very complex SSH configuration (I use aliases and specific keys for SSH authentication to GitHub as I have both work and personal accounts): https://github.com/halostatue/dotfiles/blob/main/home/private_dot_ssh/private_config.tmpl I wouldn't want to keep the entire
With a more structured approach — which is more work up front — you can make trivial changes in chezmoi's source directory and then include the private changes at the end. |
Beta Was this translation helpful? Give feedback.
-
I use the same technique as @halostatue. Most of my ssh config, and I store the bits I want to keep private in my password manager: |
Beta Was this translation helpful? Give feedback.
I use the same technique as @halostatue. Most of my ssh config, and I store the bits I want to keep private in my password manager:
https://github.com/twpayne/dotfiles/blob/55002ad10dc72429643dcd2e853a0c1b5b7eda58/home/dot_ssh/config.tmpl