move from stow to chezmoi

This commit is contained in:
2025-09-29 11:40:54 +02:00
commit 04f8de3573
51 changed files with 420 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
font="$(fc-list | fzf)"
echo "$font"
display "$(echo "$font" | awk '{{ print $1 }}' | tr -d ':')"