-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiexternal.toml.tmpl
50 lines (47 loc) · 1.73 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
45
46
47
48
49
50
{{ if and (eq .chezmoi.os "linux") (eq .chezmoi.arch "amd64") -}}
[".local/bin/starship"]
type = "archive-file"
url = "https://github.com/starship/starship/releases/latest/download/starship-x86_64-unknown-linux-musl.tar.gz"
path = "starship"
refreshPeriod = "168h"
{{ else if and (eq .chezmoi.os "windows") (eq .chezmoi.arch "amd64") -}}
[".local/bin/starship.exe"]
type = "archive-file"
url = "https://github.com/starship/starship/releases/latest/download/starship-x86_64-pc-windows-msvc.zip"
path = "starship.exe"
refreshPeriod = "168h"
{{ end -}}
# Vim packages
[".vim/pack/chezmoi/opt/coc.nvim"]
type = "git-repo"
url = "https://github.com/neoclide/coc.nvim.git"
refreshPeriod = "168h"
clone.args = ["-b", "release"]
[".vim/pack/chezmoi/opt/emmet-vim"]
type = "git-repo"
url = "https://github.com/mattn/emmet-vim.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/lightline.vim"]
type = "git-repo"
url = "https://github.com/itchyny/lightline.vim.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/onedark.vim"]
type = "git-repo"
url = "https://github.com/joshdick/onedark.vim.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/vimsence"]
type = "git-repo"
url = "https://github.com/vimsence/vimsence.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/vim-gitgutter"]
type = "git-repo"
url = "https://github.com/airblade/vim-gitgutter.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/vim-surround"]
type = "git-repo"
url = "https://github.com/tpope/vim-surround.git"
refreshPeriod = "168h"
[".vim/pack/chezmoi/opt/vim-wakatime"]
type = "git-repo"
url = "https://github.com/wakatime/vim-wakatime.git"
refreshPeriod = "168h"