init: copy from Hacmini

This commit is contained in:
wyj
2024-09-14 10:42:47 -04:00
commit 1df22c6512
384 changed files with 18925 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
# _____ _ _
# | ___|__ _ __ | |_ ___ ___ __ _ _ __ ___| |__
# | |_ / _ \| '_ \| __/ __|/ _ \/ _` | '__/ __| '_ \
# | _| (_) | | | | |_\__ \ __/ (_| | | | (__| | | |
# |_| \___/|_| |_|\__|___/\___|\__,_|_| \___|_| |_|
#
# by Stephan Raabe (2023)
# -----------------------------------------------------
#
fc-list \
| grep -ioE ": [^:]*$1[^:]+:" \
| sed -E 's/(^: |:)//g' \
| tr , \\n \
| sort \
| uniq