We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf97a4 commit cc0306fCopy full SHA for cc0306f
src/chezmoi/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "chezmoi",
3
"id": "chezmoi",
4
- "version": "1.5.1",
+ "version": "1.5.2",
5
"description": "Install chezmoi",
6
"documentationURL": "https://github.com/ckagerer/devcontainer-features/tree/main/src/chezmoi",
7
"options": {
src/chezmoi/install.sh
@@ -82,7 +82,7 @@ rm "$INSTALLER_PATH"
82
CHEZMOI_USER_HOME="$(getent passwd "${CHEZMOI_USER}" | cut -d: -f6)"
83
84
# run chezmoi
85
-CHEZMOI_ARGS="init --apply"
+CHEZMOI_ARGS="init --apply --exclude=encrypted"
86
if [ -n "${CHEZMOI_BRANCH}" ]; then
87
CHEZMOI_ARGS="${CHEZMOI_ARGS} --branch ${CHEZMOI_BRANCH}"
88
fi
0 commit comments