mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
16 lines
339 B
YAML
16 lines
339 B
YAML
---
|
|
- name: Install JetBrains Mono Nerd (IntelliJ font)
|
|
become: true
|
|
pacman:
|
|
name: ttf-jetbrains-mono-nerd
|
|
state: latest
|
|
- name: Install Noto Fonts Emoji (for emojis support)
|
|
become: true
|
|
pacman:
|
|
name: noto-fonts-emoji
|
|
state: latest
|
|
- name: Setup Fonts
|
|
synchronize:
|
|
src: fontconfig
|
|
dest: "/$HOME/.config"
|