1
0
Fork 0

alacritty: Split OS-dependent font config

This commit is contained in:
Jeremy Kaplan 2021-04-16 13:23:51 -07:00
commit 2615997342
7 changed files with 87 additions and 44 deletions

View file

@ -5,6 +5,7 @@ set -euo pipefail
CURDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
inputs=(
"${CURDIR}/base.yml"
"${CURDIR}/os.yml"
"${CURDIR}/colors.yml"
)
output="${CURDIR}/alacritty.yml"