-
I have ssh keys added with age encryption and added as Now what happen is, on a brand new system .gitconfig get restore first and not I am wondering how can I make this work? |
Beta Was this translation helpful? Give feedback.
Answered by
twpayne
Mar 21, 2025
Replies: 1 comment 1 reply
-
Options include:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dhruvinsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Options include:
run_once_before_
script to install your SSH keys.chezmoi apply --exclude=externals
to skip externals but install your SSH keys, then runchezmoi apply
to install everything else.