Better templates

This commit is contained in:
js0ny 2025-11-08 12:30:43 +00:00
parent 1fc2c892a4
commit 8cf2f0af5e
5 changed files with 21 additions and 5 deletions

View file

@ -1,5 +1,10 @@
#!/bin/sh
# misc/firefox/policies.json hash:
# {{ include joinPath .chezmoi.homeDir ".dotfiles" "misc/firefox/policies.json" | sha256sum }}
# misc/firefox/search.json.mozlz4 hash:
# {{ include joinPath .chezmoi.homeDir ".dotfiles" "misc/firefox/search.json.mozlz4" | sha256sum }}
# Check if firefox is installed
if ! command -v firefox &> /dev/null; then
echo "[WARNING] Firefox is not installed. Skip this script."