Handle externally managed files, while also encrypting them. #3828
-
I've already read this section of the user guide, which details how to handle externally managed files. But I'm not sure if I can achieve this while also encrypting the data present within it. What I want to manage is a (chromium-based) browser profile. This contains both configuration settings, as well as extensions and other private data. Thus, I was considering encrypting the entire browser profile. Is there any way I can achieve doing this with chezmoi? If not, are there any other alternatives to it? At the very least, I would like to manage the browser settings. But the best case is still to manage everything related to the browser profile. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No, this is not really possible as the external application is not aware of the encryption and so will corrupt the encrypted files. If you want encryption and externally managed files then you'll have to update them in chezmoi's source state (e.g. using |
Beta Was this translation helpful? Give feedback.
Yes, you can run