We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2ec12 commit 12a4004Copy full SHA for 12a4004
1 file changed
install.sh
@@ -13,9 +13,9 @@ fi
13
# If running from the cloned repo, use the current directory
14
# Otherwise, clone from GitHub
15
if [ -f "$(dirname "$0")/.chezmoiignore" ]; then
16
- chezmoi init --source="$(dirname "$0")" --apply
+ chezmoi init --source="$(dirname "$0")" --force --apply
17
else
18
- chezmoi init jpulec --apply
+ chezmoi init jpulec --force --apply
19
fi
20
21
echo "Dotfiles applied!"
0 commit comments