-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.chezmoiexternal.toml.tmpl
44 lines (44 loc) · 1.52 KB
/
.chezmoiexternal.toml.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[".config/alacritty/themes"]
type = "git-repo"
url = "https://github.com/alacritty/alacritty-theme"
refreshPeriod = "24h"
clone.args = ["--filter=blob:none"]
#{{ if ne .chezmoi.os "windows" -}}
# {{ if eq .chezmoi.hostname "TanakaPC" -}}
#[".config/nvim-distro/nvim-nativevim"]
# type = "git-repo"
# url = "https://github.com/boltlessengineer/nativevim"
# refreshPeriod = "24h"
# clone.args = ["--filter=blob:none"]
#[".config/nvim-distro/nvim-lazyvim"]
# type = "git-repo"
# url = "https://github.com/LazyVim/LazyVim"
# refreshPeriod = "24h"
# clone.args = ["--filter=blob:none"]
#[".config/nvim-distro/nvim-kickstart"]
# type = "git-repo"
# url = "https://github.com/nvim-lua/kickstart.nvim.git"
# refreshPeriod = "24h"
# clone.args = ["--filter=blob:none"]
#[".config/nvim-distro/nvim-nvimdots"]
# type = "git-repo"
# url = "https://github.com/ayamir/nvimdots"
# refreshPeriod = "24h"
# clone.args = ["--filter=blob:none"]
#[".config/nvim-distro/nvim-astronvim"]
# type = "git-repo"
# url = "https://github.com/AstroNvim/AstroNvim"
# refreshPeriod = "24h"
# clone.args = ["--filter=blob:none"]
#[".config/nvim-distro/nvim-nvchad"]
# type = "git-repo"
# url = "https://github.com/NvChad/NvChad"
# refreshPeriod = "24h"
# clone.args = ["--filter=blob:none"]
#[".config/nvim-distro/nvim-lunarvim"]
# type = "git-repo"
# url = "https://github.com/LunarVim/LunarVim"
# refreshPeriod = "24h"
# clone.args = ["--filter=blob:none"]
# {{ end -}}
#{{ end -}}