-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab05669
commit db66bfd
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
chezmoi/.chezmoiscripts/run_onchange_after_45-dotdrop-install.sh.tmpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
# We need to install ca-certificates before we add the APT repos, because some of them | ||
# may use newer CAs. | ||
|
||
# {{ include (joinPath .chezmoi.sourceDir ".chezmoitemplates/scripts-library") }} | ||
|
||
# The following line is for ShellCheck to correctly identify the above included library | ||
true || source ../.chezmoitemplates/scripts-library | ||
|
||
log_task "✅ Install dotfiles with dotdrop" | ||
dotdrop install --profile="{{ .dotdrop.profile }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters