mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Add script log for elevation scripts.
This commit is contained in:
parent
2a1127bf10
commit
6ee67769a6
25 changed files with 102 additions and 99 deletions
27
home/.chezmoiexternals/linux-fonts.toml
Normal file
27
home/.chezmoiexternals/linux-fonts.toml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[".local/share/fonts/maple-nf"]
|
||||
type = "archive"
|
||||
url = {{ gitHubLatestReleaseAssetURL "subframe7536/maple-font" (printf "MapleMono-NF-CN-unhinted.zip") | quote }}
|
||||
refreshPeriod = "672h"
|
||||
exact = true
|
||||
executable = false
|
||||
|
||||
[".local/share/fonts/jetbrainsmono-nf"]
|
||||
type = "archive"
|
||||
url = {{ gitHubLatestReleaseAssetURL "ryanoasis/nerd-fonts" (printf "JetBrainsMono.zip") | quote }}
|
||||
refreshPeriod = "672h"
|
||||
exact = true
|
||||
executable = false
|
||||
|
||||
[".local/share/fonts/lxgw-wenkai"]
|
||||
type = "archive"
|
||||
url = {{ gitHubLatestReleaseAssetURL "lxgw/LxgwWenKai" (printf "lxgw-wenkai-v*.zip") | quote }}
|
||||
refreshPeriod = "168h"
|
||||
exact = true
|
||||
executable = false
|
||||
|
||||
[".local/share/fonts/lxgw-neoxihei"]
|
||||
type = "file"
|
||||
url = {{ gitHubLatestReleaseAssetURL "lxgw/LxgwNeoXiHei" (printf "LXGWNeoXiHei.ttf") | quote }}
|
||||
refreshPeriod = "168h"
|
||||
exact = true
|
||||
executable = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue