Add fonts to external

main
Buddy Sandidge 6 months ago
parent 7e4f020bdb
commit 34d4f9f313

@ -2,13 +2,28 @@
#{{- /* vim: set filetype=toml: */ -}} #{{- /* vim: set filetype=toml: */ -}}
[".local/share/nvim/lazy/lazy.nvim"] [".local/share/nvim/lazy/lazy.nvim"]
type = "archive" type = "archive"
url = "https://github.com/folke/lazy.nvim/archive/refs/tags/v10.20.3.tar.gz" url = "https://github.com/folke/lazy.nvim/archive/refs/tags/v10.23.0.tar.gz"
exact = true exact = true
stripComponents = 1 stripComponents = 1
#{{ if eq .chezmoi.os "linux" }} #{{ if eq .chezmoi.os "linux" }}
[".local/share/fonts/BitstreamVeraSansMono"]
type = "archive"
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/BitstreamVeraSansMono.zip"
exact = true
[".local/share/fonts/IBMPlexMono"]
type = "archive"
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/IBMPlexMono.zip"
exact = true
[".local/share/fonts/JetBrainsMono"]
type = "archive"
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip"
exact = true
[".local/bin/nvim.appimage"] [".local/bin/nvim.appimage"]
type = "file" type = "file"
url = "https://github.com/neovim/neovim/releases/download/v0.9.5/nvim.appimage" url = "https://github.com/neovim/neovim/releases/download/v0.10.0/nvim.appimage"
executable = true executable = true
#{{ end }} #{{ end }}

@ -5,13 +5,6 @@ alias curl='curl --proto-default https --silent '
alias to_lower="tr '[:upper:]' '[:lower:]'" alias to_lower="tr '[:upper:]' '[:lower:]'"
alias to_upper="tr '[:lower:]' '[:upper:]'" alias to_upper="tr '[:lower:]' '[:upper:]'"
#{{- if lookPath "nvim.appimage" }}
alias vim=nvim.appimage
alias nvim=nvim.appimage
#{{- else if lookPath "nvim" }}
alias vim=nvim
#{{- end }}
alias node_lts="curl --silent https://nodejs.org/dist/index.tab | cut -f 1,10 | grep -v '-' | head -n 2 | tail -n 1 | cut -f 1" alias node_lts="curl --silent https://nodejs.org/dist/index.tab | cut -f 1,10 | grep -v '-' | head -n 2 | tail -n 1 | cut -f 1"
alias node_current="curl --silent https://nodejs.org/dist/index.tab | cut -f 1,10 | grep '-' | head -n 1 | cut -f 1" alias node_current="curl --silent https://nodejs.org/dist/index.tab | cut -f 1,10 | grep '-' | head -n 1 | cut -f 1"

Loading…
Cancel
Save