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