move from stow to chezmoi
This commit is contained in:
7
private_dot_local/bin/executable_displayfont
Executable file
7
private_dot_local/bin/executable_displayfont
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
font="$(fc-list | fzf)"
|
||||
|
||||
echo "$font"
|
||||
display "$(echo "$font" | awk '{{ print $1 }}' | tr -d ':')"
|
||||
|
||||
Reference in New Issue
Block a user