Skip to content

Commit

Permalink
fix(chezmoi): remove cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zydou committed Sep 5, 2023
1 parent ff96ee5 commit 2353dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/chezmoi/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Chezmoi",
"id": "chezmoi",
"version": "1.1.0",
"version": "1.1.1",
"description": "Manage your dotfiles across multiple diverse machines, securely.",
"documentationURL": "https://github.com/zydou/devcontainer-features/tree/main/src/chezmoi",
"options": {
Expand Down
1 change: 1 addition & 0 deletions src/chezmoi/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ if [ "${DOTFILES_REPO}" != "none" ]; then
else
su "${USERNAME}" bash -c "${BINDIR}/chezmoi init ${DOTFILES_REPO} --one-shot --no-tty"
fi
rm -rf "/home/${USERNAME}/.cache/chezmoi"
fi


Expand Down

0 comments on commit 2353dc0

Please sign in to comment.