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']
|
||||
type = 'git-repo'
|
||||
url = 'https://github.com/plexus/chemacs2.git'
|
||||
refreshPeriod = '168h' # 7 days
|
||||
["my/code/from_web/chemacs2"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/plexus/chemacs2.git"
|
||||
refreshPeriod = "168h" # 7 days
|
||||
|
||||
['.emacs.my/spacemacs/emacs.d']
|
||||
type = 'git-repo'
|
||||
url = 'https://github.com/syl20bnr/spacemacs.git'
|
||||
clone.args = ['--depth=1','--branch=develop']
|
||||
refreshPeriod = '168h' # 7 days
|
||||
[".emacs.my/spacemacs/emacs.d"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/syl20bnr/spacemacs.git"
|
||||
clone.args = ["--depth=1","--branch=develop"]
|
||||
refreshPeriod = "168h" # 7 days
|
||||
|
||||
# ['my/code/from_web/nerd-fonts']
|
||||
# type = 'git-repo'
|
||||
# url = 'https://github.com/ryanoasis/nerd-fonts.git'
|
||||
# clone.args = ['--depth=1']
|
||||
# refreshPeriod = '168h' # 7 days
|
||||
# ["my/code/from_web/nerd-fonts"]
|
||||
# type = "git-repo"
|
||||
# url = "https://github.com/ryanoasis/nerd-fonts.git"
|
||||
# clone.args = ["--depth=1"]
|
||||
# refreshPeriod = "168h" # 7 days
|
||||
|
||||
['.local/share/fonts/NerdFonts']
|
||||
type = 'archive'
|
||||
url = 'https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/CodeNewRoman.zip'
|
||||
[".local/share/fonts/NF_CodeNewRoman"]
|
||||
type = "archive"
|
||||
# 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
|
||||
refreshPeriod = '168h' # 7 days
|
||||
# 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'
|
||||
[".local/share/fonts/NF_FiraCode"]
|
||||
type = "archive"
|
||||
# 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
|
||||
|
||||
['.poshthemes']
|
||||
type = 'archive'
|
||||
url = 'https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip'
|
||||
[".poshthemes"]
|
||||
type = "archive"
|
||||
url = "https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip"
|
||||
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