added default install list for nerdfonts
This commit is contained in:
@@ -3,13 +3,7 @@
|
||||
- name: Set facts for nerdfonts
|
||||
ansible.builtin.set_fact:
|
||||
nerdfonts:
|
||||
fonts:
|
||||
- CascadiaCode
|
||||
- FiraCode
|
||||
- Hasklig
|
||||
- Lilex
|
||||
- Monoid
|
||||
- NerdFontsSymbolsOnly
|
||||
fonts: "{{ nerdfonts_install | default(pkgconfig.nerdfonts.default_install) }}"
|
||||
path: "{{ pkgconfig.nerdfonts.path }}"
|
||||
base_url: "{{ pkgconfig.nerdfonts.base_url }}"
|
||||
force_install: "{{ pkgconfig.force_install_nerdfonts | default(false) }}"
|
||||
|
||||
@@ -138,3 +138,10 @@ nerdfonts:
|
||||
brew: font-zed-mono-nerd-font
|
||||
base_url: https://github.com/ryanoasis/nerd-fonts/releases/latest/download
|
||||
path: share/fonts
|
||||
default_install:
|
||||
- CascadiaCode
|
||||
- FiraCode
|
||||
- Hasklig
|
||||
- Lilex
|
||||
- Monoid
|
||||
- NerdFontsSymbolsOnly
|
||||
|
||||
Reference in New Issue
Block a user