Fixed missing font URLs.
This commit is contained in:
parent
d3a12dac0f
commit
66f68f5ab6
2 changed files with 7 additions and 4 deletions
|
@ -310,19 +310,19 @@
|
|||
{{- end }}
|
||||
["{{ $fontDir }}/Hack-Regular-Nerd-Font.ttf"]
|
||||
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 }}"
|
||||
["{{ $fontDir }}/Hack-Bold-Nerd-Font.ttf"]
|
||||
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 }}"
|
||||
["{{ $fontDir }}/Hack-Italic-Nerd-Font.ttf"]
|
||||
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 }}"
|
||||
["{{ $fontDir }}/Hack-Bold-Italic-Nerd-Font.ttf"]
|
||||
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 }}"
|
||||
|
||||
### Montserrat Font Download
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
# _post:brew:debian: |
|
||||
# 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).
|
||||
# _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
|
||||
# ansible: professormanhattan.docker
|
||||
# apk: altair
|
||||
|
@ -5106,6 +5107,7 @@ softwarePackages:
|
|||
_github: https://github.com/monero-project/monero
|
||||
_home: https://www.getmonero.org/
|
||||
_name: Monero
|
||||
_restricted: true
|
||||
_when:cask: '! test -d /Applications/monero-wallet-gui.app'
|
||||
ansible: professormanhattan.monero
|
||||
cask: monero-wallet
|
||||
|
@ -5117,6 +5119,7 @@ softwarePackages:
|
|||
_github: https://github.com/monero-project/monero
|
||||
_docs: https://www.getmonero.org/resources/user-guides/
|
||||
_home: https://www.getmonero.org/
|
||||
_restricted: true
|
||||
brew: monero
|
||||
scoop: monero
|
||||
mymonero:
|
||||
|
|
Loading…
Reference in a new issue