nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

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"