alacritty: Split OS-dependent font config
This commit is contained in:
parent
8393b78be9
commit
2615997342
7 changed files with 87 additions and 44 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue