Install packages declaratively #4057
-
I'm new to chezmoi (and excited to get it working), and I'm trying to get started with chezmoi by installing my brew packages declaratively, as described in the example here: https://www.chezmoi.io/user-guide/advanced/install-packages-declaratively/ However, I'm getting the following error:
Perhaps this is due to my having difficulty understanding the correct procedure for setting up my files with chezmoi, so please provide some guidance if the steps shown below are not how I should be doing things. I'm obviously missing something. I do find it confusing to know exactly where to put files and when to literally place them in the paths shown in the code snippet headings and when to place them in my home dir and run Here's are the steps I took that led to the error above:
Here is what
Here is my minimal packages:
darwin:
brews:
- gh
casks:
- brave-browser Here is my
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
.chezmoidata/
needs to be in your source directory (~/.local/share/chezmoi
by default).