🔧 Where my dotfiles lives in harmony and peace, most of the time
at main 22 lines 381 B view raw
1#!/usr/bin/env bash 2set -euo pipefail 3 4packages=( 5 inter-font 6 noto-fonts 7 noto-fonts-cjk 8 noto-fonts-emoji 9 noto-fonts-extra 10 otf-font-awesome 11 ttf-croscore 12 ttf-dejavu 13 ttf-droid 14 ttf-jetbrains-mono-nerd 15 ttf-liberation 16 ttf-mac-fonts 17 ttf-ms-fonts 18 ttf-roboto 19 ttf-ubuntu-font-family 20) 21 22paru -S --needed --noconfirm "${packages[@]}"