shell: move file out of the home base dir

This commit is contained in:
2025-08-18 20:52:31 +02:00
parent 380c8938aa
commit d7a99eedad
3 changed files with 63 additions and 5 deletions

View File

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