Mercurial > dotfiles
comparison .chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl @ 717:164683291d2f
feat: setup fsh colorscheme in darkmode
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 03 Dec 2022 11:28:59 +0100 |
parents | b137de67217b |
children |
comparison
equal
deleted
inserted
replaced
716:787e0516daa5 | 717:164683291d2f |
---|---|
1 {{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}} | 1 {{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}} |
2 #!/usr/bin/env zsh | 2 #!/usr/bin/env zsh |
3 | 3 |
4 # overlay hash: {{ include "dot_config/fsh/overlay.ini" | sha256sum }} | 4 # overlay hash: {{ include "dot_config/fsh/overlay.ini.tmpl" | sha256sum }} |
5 | 5 |
6 source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh | 6 source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh |
7 | 7 |
8 fast-theme XDG:overlay | 8 fast-theme XDG:overlay |
9 {{ end -}} | 9 {{ end -}} |