From f668e009263cdafdebae3607719ae19bfd9dc249 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sun, 21 Aug 2022 18:24:35 -0400 Subject: begin configuration of new machine --- modules/20-fonts/install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/20-fonts/install.sh (limited to 'modules/20-fonts') diff --git a/modules/20-fonts/install.sh b/modules/20-fonts/install.sh new file mode 100644 index 0000000..c34fb5f --- /dev/null +++ b/modules/20-fonts/install.sh @@ -0,0 +1,10 @@ +_script="$(realpath ${BASH_SOURCE[0]})" +_scriptname="$(basename $_script)" +_scriptdir="$(dirname $_script)" +_modulename="$(basename $_scriptdir)" +DOT_MODULE_NAME="fonts" + +function preinstall() { + # TODO: Check if these are installed + PACKAGES+=("adobe-source-code-pro-fonts" "gnu-free-fonts" "noto-fonts" "noto-fonts-cjk" "noto-fonts-emoji" "noto-fonts-extra" "ttf-liberation") +} -- cgit v1.2.3