Some fonts, and some oh-my-posh theme tweaks
This commit is contained in:
parent
db7b065b6c
commit
48106680a8
|
@ -1,33 +1,44 @@
|
||||||
['my/code/from_web/chemacs2']
|
["my/code/from_web/chemacs2"]
|
||||||
type = 'git-repo'
|
type = "git-repo"
|
||||||
url = 'https://github.com/plexus/chemacs2.git'
|
url = "https://github.com/plexus/chemacs2.git"
|
||||||
refreshPeriod = '168h' # 7 days
|
refreshPeriod = "168h" # 7 days
|
||||||
|
|
||||||
['.emacs.my/spacemacs/emacs.d']
|
[".emacs.my/spacemacs/emacs.d"]
|
||||||
type = 'git-repo'
|
type = "git-repo"
|
||||||
url = 'https://github.com/syl20bnr/spacemacs.git'
|
url = "https://github.com/syl20bnr/spacemacs.git"
|
||||||
clone.args = ['--depth=1','--branch=develop']
|
clone.args = ["--depth=1","--branch=develop"]
|
||||||
refreshPeriod = '168h' # 7 days
|
refreshPeriod = "168h" # 7 days
|
||||||
|
|
||||||
# ['my/code/from_web/nerd-fonts']
|
# ["my/code/from_web/nerd-fonts"]
|
||||||
# type = 'git-repo'
|
# type = "git-repo"
|
||||||
# url = 'https://github.com/ryanoasis/nerd-fonts.git'
|
# url = "https://github.com/ryanoasis/nerd-fonts.git"
|
||||||
# clone.args = ['--depth=1']
|
# clone.args = ["--depth=1"]
|
||||||
# refreshPeriod = '168h' # 7 days
|
# refreshPeriod = "168h" # 7 days
|
||||||
|
|
||||||
['.local/share/fonts/NerdFonts']
|
[".local/share/fonts/NF_CodeNewRoman"]
|
||||||
type = 'archive'
|
type = "archive"
|
||||||
url = 'https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/CodeNewRoman.zip'
|
# url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/CodeNewRoman.zip"
|
||||||
|
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/CodeNewRoman.zip"
|
||||||
exact = true
|
exact = true
|
||||||
refreshPeriod = '168h' # 7 days
|
# refreshPeriod = "168h" # 7 days
|
||||||
|
refreshPeriod = "10s"
|
||||||
|
|
||||||
['.local/bin/oh-my-posh']
|
[".local/share/fonts/NF_FiraCode"]
|
||||||
type = 'file'
|
type = "archive"
|
||||||
url = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64'
|
# url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraCode.zip"
|
||||||
|
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/FiraCode.zip"
|
||||||
|
exact = true
|
||||||
|
# refreshPeriod = "168h" # 7 days
|
||||||
|
refreshPeriod = "10s"
|
||||||
|
|
||||||
|
[".local/bin/oh-my-posh"]
|
||||||
|
type = "file"
|
||||||
|
url = "https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64"
|
||||||
executable = true
|
executable = true
|
||||||
|
|
||||||
['.poshthemes']
|
[".poshthemes"]
|
||||||
type = 'archive'
|
type = "archive"
|
||||||
url = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip'
|
url = "https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip"
|
||||||
exact = true
|
exact = true
|
||||||
refreshPeriod = '168h' # 7 days
|
refreshPeriod = "168h" # 7 days
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
.local/share/fonts/NerdFonts/*
|
.local/share/fonts/.uuid
|
||||||
|
|
Loading…
Reference in New Issue