10 lines
297 B
Bash
10 lines
297 B
Bash
#!/bin/bash
|
|
|
|
sudo pacman -S --noconfirm --needed \
|
|
ttf-font-awesome ttf-cascadia-mono-nerd ttf-jetbrains-mono ttf-ia-writer \
|
|
noto-fonts noto-fonts-emoji noto-fonts-cjk noto-fonts-extra
|
|
|
|
mkdir -p ~/.local/share/fonts
|
|
cp ~/.local/share/omarchy/config/omarchy.ttf ~/.local/share/fonts/
|
|
fc-cache
|