How do you test your configuration on a bare OS? Docker? Distrobox? Vagrant? #3695
Answered
by
twpayne
stephane-klein
asked this question in
Q&A
-
Hello, Can you recommend a particular method to easily test my Chezmoi configuration from a blank OS? I'm using Fedora 39 on my workstation. Several ideas come to mind:
Currently, I'm thinking of choosing the solution I'm curious, what is your method? Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
twpayne
Apr 13, 2024
Replies: 2 comments
-
Here I read:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Docker is probably the easiest: $ docker run -it fedora:latest
# sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stephane-klein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker is probably the easiest: