-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiexternal.toml
64 lines (54 loc) · 2.06 KB
/
.chezmoiexternal.toml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{{ if (and (.nvim) (eq .chezmoi.os "linux")) -}}
[".local/bin/nvim"]
type = "file"
executable = true
url = "https://github.com/neovim/neovim/releases/download/stable/nvim.appimage"
exact = true
{{ $nerdFontRelease := "3.1.1" -}}
[".local/share/fonts/nerdfont/"]
type = "archive"
url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v{{ $nerdFontRelease }}/{{ .nerd_font }}.zip"
{{ $pomodoroVersion := "0.3.0" -}}
[".local/bin/pomodoro"]
type = "file"
url = "https://github.com/open-pomodoro/openpomodoro-cli/releases/download/v{{ $pomodoroVersion }}/openpomodoro-cli_{{ $pomodoroVersion }}_{{ .chezmoi.os }}_{{ .chezmoi.arch }}.tar.gz"
executable = true
[".local/bin/pomodoro".filter]
command = "tar"
args = ["--extract", "--file", "/dev/stdin", "--gzip", "--to-stdout", "pomodoro"]
{{- end }}
{{ if (.nvim) -}}
[".local/share/nvim/site/pack/packer/start/packer.nvim"]
type = "git-repo"
url = "https://github.com/wbthomason/packer.nvim"
depth = 1
{{- end }}
{{ if .obsidian -}}
{{ $obsidianVersion := "1.5.3" -}}
[".local/bin/obsidian"]
type = "file"
executable = true
url = "https://github.com/obsidianmd/obsidian-releases/releases/download/v{{ $obsidianVersion }}/Obsidian-{{ $obsidianVersion }}.AppImage"
exact = true
["Nextcloud/vaults/lifeOS"]
type = "git-repo"
url = "[email protected]:SjorsLockhorst/lifeOS.git"
{{- end }}
[".tmux/plugins/tpm/"]
type = "archive"
url = "https://github.com/tmux-plugins/tpm/archive/refs/heads/master.tar.gz"
stripComponents = 1
[".vim/autoload/plug.vim"]
type = "file"
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
refreshPeriod = "168h"
{{ if (and (.plasma_i3) (eq .chezmoi.os "linux")) -}}
[".themes/layan"]
type = "archive"
url = "https://github.com/vinceliuice/Layan-kde/archive/refs/tags/2022-02-13.tar.gz"
stripComponents = 1
[".themes/tela"]
type = "archive"
url = "https://github.com/vinceliuice/Tela-icon-theme/archive/refs/tags/2023-02-03.tar.gz"
stripComponents = 1
{{- end }}