mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 00:24:06 -06:00
feat: introduce meta-configs pattern and relocate fonts config
- Move fonts.toml from deployed location to meta/ directory - Update install-fonts.ts to read from meta/ and support extras array - Add comprehensive documentation explaining meta-configs pattern - Add ZedMono NF font and update Zed editor keybindings/settings
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{{ if eq .chezmoi.os "linux" -}}
|
||||
#!/bin/bash
|
||||
# Font Installer Hook
|
||||
# Runs automatically when fonts.toml changes
|
||||
# Runs automatically when meta/fonts.toml changes
|
||||
#
|
||||
# fonts.toml hash: {{ include "dot_config/fontconfig/fonts.toml" | sha256sum }}
|
||||
# fonts.toml hash: {{ include "../meta/fonts.toml" | sha256sum }}
|
||||
|
||||
set -eu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user