2022-06-06 20:29:45 +00:00
|
|
|
[".local/share/git-on-web/chemacs2"]
|
2022-05-23 05:40:15 +00:00
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/plexus/chemacs2.git"
|
|
|
|
refreshPeriod = "168h" # 7 days
|
2022-05-23 04:40:30 +00:00
|
|
|
|
2022-06-07 04:41:52 +00:00
|
|
|
[".config/_my.emacs/spacemacs/emacs.d"]
|
2022-05-23 05:40:15 +00:00
|
|
|
type = "git-repo"
|
|
|
|
url = "https://github.com/syl20bnr/spacemacs.git"
|
|
|
|
clone.args = ["--depth=1","--branch=develop"]
|
|
|
|
refreshPeriod = "168h" # 7 days
|
2022-05-23 04:40:30 +00:00
|
|
|
|
2022-05-23 05:40:15 +00:00
|
|
|
# ["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
|
2022-05-23 04:40:30 +00:00
|
|
|
|
2022-05-23 05:40:15 +00:00
|
|
|
[".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"
|
2022-05-23 04:40:30 +00:00
|
|
|
exact = true
|
2022-05-29 05:27:30 +00:00
|
|
|
refreshPeriod = "168h" # 7 days
|
2022-05-23 04:40:30 +00:00
|
|
|
|
2022-05-23 05:40:15 +00:00
|
|
|
[".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
|
2022-05-29 05:27:30 +00:00
|
|
|
refreshPeriod = "168h" # 7 days
|
2022-05-23 05:40:15 +00:00
|
|
|
|
|
|
|
[".local/bin/oh-my-posh"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64"
|
2022-05-23 04:40:30 +00:00
|
|
|
executable = true
|
|
|
|
|
2022-05-23 05:40:15 +00:00
|
|
|
[".poshthemes"]
|
|
|
|
type = "archive"
|
|
|
|
url = "https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip"
|
2022-05-23 04:40:30 +00:00
|
|
|
exact = true
|
2022-05-23 05:40:15 +00:00
|
|
|
refreshPeriod = "168h" # 7 days
|
|
|
|
|