This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
dotfiles-chezmoi
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Adding profile_name check for running arkenfox updater.sh
pull/2/head
Ryan Reed
1 year ago
parent
811eeb98be
commit
6f471ea3ab
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.chezmoiscripts/run_after_update-arkenfox-profile.sh.tmpl
+ 1
- 1
.chezmoiscripts/run_after_update-arkenfox-profile.sh.tmpl
View File
@ -1,4 +1,4 @@
{{ if (and (eq .chezmoi.os "linux") (hasKey . "firefox")) -}}
{{ if (and (eq .chezmoi.os "linux") (hasKey . "firefox")
(hasKey .firefox "profile_name")
) -}}
#!/usr/bin/env bash
rsync -a {{ .chezmoi.homeDir }}/.mozilla/firefox/personal-profile.default/* {{ .chezmoi.homeDir }}/.mozilla/firefox/{{ .firefox.profile_name }}/.
Write
Preview
Loading…
Cancel
Save