footf (120B)
1 #!/bin/sh 2 set -eu 3 dir="${XDG_CONFIG_HOME:-$HOME/.config}/foot" 4 ls -l "$dir/fonts" 5 ln -sf "fonts/$1.ini" "$dir/foot.ini"