mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
huge rework in order to take full advantage of ansible roles
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Install JetBrains Mono Nerd (IntelliJ font)
|
||||
become: true
|
||||
pacman:
|
||||
name: ttf-jetbrains-mono-nerd
|
||||
state: present
|
||||
- name: Install Noto Fonts Emoji (for emojis support)
|
||||
become: true
|
||||
pacman:
|
||||
name: noto-fonts-emoji
|
||||
state: present
|
||||
- name: Setup Fonts
|
||||
synchronize:
|
||||
src: fontconfig
|
||||
dest: /$HOME/.config
|
||||
Reference in New Issue
Block a user