You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
TOML
35 lines
1.1 KiB
TOML
# chezmoi:template:left-delimiter=#{{
|
|
#{{- /* vim: set filetype=toml: */ -}}
|
|
[".local/share/nvim/lazy/lazy.nvim"]
|
|
type = "archive"
|
|
url = "https://github.com/folke/lazy.nvim/archive/refs/tags/v11.16.2.tar.gz"
|
|
exact = true
|
|
stripComponents = 1
|
|
refreshPeriod = "2196h"
|
|
|
|
#{{ if eq .chezmoi.os "linux" }}
|
|
[".local/share/fonts/BitstreamVeraSansMono"]
|
|
type = "archive"
|
|
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/BitstreamVeraSansMono.zip"
|
|
exclude = [".uuid"]
|
|
refreshPeriod = "2196h"
|
|
|
|
[".local/share/fonts/IBMPlexMono"]
|
|
type = "archive"
|
|
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/IBMPlexMono.zip"
|
|
exclude = [".uuid"]
|
|
refreshPeriod = "2196h"
|
|
|
|
[".local/share/fonts/JetBrainsMono"]
|
|
type = "archive"
|
|
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/JetBrainsMono.zip"
|
|
exclude = [".uuid"]
|
|
refreshPeriod = "2196h"
|
|
|
|
[".local/bin/nvim.appimage"]
|
|
type = "file"
|
|
url = "https://github.com/neovim/neovim/releases/download/v0.10.2/nvim.appimage"
|
|
executable = true
|
|
refreshPeriod = "2196h"
|
|
#{{ end }}
|