Fixed missing font URLs.

This commit is contained in:
Brian Zalewski 2023-06-04 04:26:24 +00:00
parent d3a12dac0f
commit 66f68f5ab6
2 changed files with 7 additions and 4 deletions

View file

@ -310,19 +310,19 @@
{{- end }} {{- end }}
["{{ $fontDir }}/Hack-Regular-Nerd-Font.ttf"] ["{{ $fontDir }}/Hack-Regular-Nerd-Font.ttf"]
type = "file" type = "file"
url = "{{ $fontUrlBase }}/Regular/complete/Hack%20Regular%20Nerd%20Font%20Complete{{if eq .host.distro.family "windows"}}%20Windows%20Compatible{{end}}.ttf" url = "{{ $fontUrlBase }}/Regular/HackNerdFont-Regular.ttf"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
["{{ $fontDir }}/Hack-Bold-Nerd-Font.ttf"] ["{{ $fontDir }}/Hack-Bold-Nerd-Font.ttf"]
type = "file" type = "file"
url = "{{ $fontUrlBase }}/Bold/complete/Hack%20Bold%20Nerd%20Font%20Complete{{if eq .host.distro.family "windows"}}%20Windows%20Compatible{{end}}.ttf" url = "{{ $fontUrlBase }}/Bold/HackNerdFont-Bold.ttf"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
["{{ $fontDir }}/Hack-Italic-Nerd-Font.ttf"] ["{{ $fontDir }}/Hack-Italic-Nerd-Font.ttf"]
type = "file" type = "file"
url = "{{ $fontUrlBase }}/Italic/complete/Hack%20Italic%20Nerd%20Font%20Complete{{if eq .host.distro.family "windows"}}%20Windows%20Compatible{{end}}.ttf" url = "{{ $fontUrlBase }}/Italic/HackNerdFont-Italic.ttf"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
["{{ $fontDir }}/Hack-Bold-Italic-Nerd-Font.ttf"] ["{{ $fontDir }}/Hack-Bold-Italic-Nerd-Font.ttf"]
type = "file" type = "file"
url = "{{ $fontUrlBase }}/BoldItalic/complete/Hack%20Bold%20Italic%20Nerd%20Font%20Complete{{if eq .host.distro.family "windows"}}%20Windows%20Compatible{{end}}.ttf" url = "{{ $fontUrlBase }}/BoldItalic/HackNerdFont-BoldItalic.ttf"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
### Montserrat Font Download ### Montserrat Font Download

View file

@ -27,6 +27,7 @@
# _post:brew:debian: | # _post:brew:debian: |
# echo "_post allows you to define a script that runs after the installation" # echo "_post allows you to define a script that runs after the installation"
# _service: smbd # System service to enable, restart, and/or start (can also be an array). # _service: smbd # System service to enable, restart, and/or start (can also be an array).
# _restricted: true # True if it should be skipped on a restricted machine (i.e. a work machine).
# _epel: true # True if https://docs.fedoraproject.org/en-US/epel/ should be enabled # _epel: true # True if https://docs.fedoraproject.org/en-US/epel/ should be enabled
# ansible: professormanhattan.docker # ansible: professormanhattan.docker
# apk: altair # apk: altair
@ -5106,6 +5107,7 @@ softwarePackages:
_github: https://github.com/monero-project/monero _github: https://github.com/monero-project/monero
_home: https://www.getmonero.org/ _home: https://www.getmonero.org/
_name: Monero _name: Monero
_restricted: true
_when:cask: '! test -d /Applications/monero-wallet-gui.app' _when:cask: '! test -d /Applications/monero-wallet-gui.app'
ansible: professormanhattan.monero ansible: professormanhattan.monero
cask: monero-wallet cask: monero-wallet
@ -5117,6 +5119,7 @@ softwarePackages:
_github: https://github.com/monero-project/monero _github: https://github.com/monero-project/monero
_docs: https://www.getmonero.org/resources/user-guides/ _docs: https://www.getmonero.org/resources/user-guides/
_home: https://www.getmonero.org/ _home: https://www.getmonero.org/
_restricted: true
brew: monero brew: monero
scoop: monero scoop: monero
mymonero: mymonero: