dotfiles/.chezmoiexternal.toml

50 lines
1.5 KiB
TOML

[".vim/autoload/plug.vim"]
type = "file"
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
refreshPeriod = "168h"
[".oh-my-bash"]
type = "git-repo"
url = "https://github.com/ohmybash/oh-my-bash"
refreshPeriod = "168h"
{{ if not .noGUI }}
[".config/alacritty/themes"]
type = "git-repo"
url = "https://github.com/alacritty/alacritty-theme"
refreshPeriod = "168h"
{{ end }}
{{ if and .unRootMode (eq .chezmoi.arch "amd64")}}
{{/* eza */ -}}
{{ $ezaVersion := "v0.21.3" -}}
[".local/bin/eza"]
type = "archive-file"
url = "https://github.com/eza-community/eza/releases/download/{{ $ezaVersion }}/eza_x86_64-unknown-{{ .chezmoi.os }}-gnu.tar.gz"
path = "./eza"
{{/* neovim */ -}}
{{ $nvimVersion := "v0.11.1" -}}
[".local/bin/nvim"]
type = "archive-file"
url = "https://github.com/neovim/neovim/releases/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
stripComponents = 1
path = "bin/nvim"
[".local/lib/nvim"]
type = "archive"
url = "https://github.com/neovim/neovim/releases/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
exact = true
stripComponents = 1
include = ["lib/nvim/**"]
[".local/share/nvim"]
type = "archive"
url = "https://github.com/neovim/neovim/releases/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
exact = true
stripComponents = 1
include = ["share/nvim/**"]
{{/* zsh */ -}}
{{/* lazygit */ -}}
{{ end }}