devel-darwin: more fonts
This commit is contained in:
parent
381052586d
commit
e23420162e
1 changed files with 5 additions and 1 deletions
|
|
@ -3,8 +3,12 @@
|
||||||
|
|
||||||
- name: Devel - Fonts
|
- name: Devel - Fonts
|
||||||
community.general.homebrew:
|
community.general.homebrew:
|
||||||
name: font-hack
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
|
loop:
|
||||||
|
- font-hack
|
||||||
|
- font-overpass
|
||||||
|
- font-news-cycle
|
||||||
|
|
||||||
# Install Visual Studio Code and Set Basic Configuration
|
# Install Visual Studio Code and Set Basic Configuration
|
||||||
- name: VSCode - Basics
|
- name: VSCode - Basics
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue