-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiexternal.toml.tmpl
54 lines (54 loc) · 1.92 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
51
52
53
54
{{ if ne .chezmoi.os "windows" }}
[".config/tmux/plugins/tmux-continuum"]
type = "git-repo"
url = "https://github.com/tmux-plugins/tmux-continuum"
refreshPeriod = "168h"
[".config/tmux/plugins/tmux-resurrect"]
type = "git-repo"
url = "https://github.com/tmux-plugins/tmux-resurrect"
refreshPeriod = "168h"
[".config/tmux/plugins/tmux-copycat"]
type = "git-repo"
url = "https://github.com/tmux-plugins/tmux-copycat"
refreshPeriod = "168h"
[".config/tmux/plugins/tmux-yank"]
type = "git-repo"
url = "https://github.com/tmux-plugins/tmux-yank"
refreshPeriod = "168h"
# [".tmux/plugins/tmux-thumbs"] # NOTE: Not working
# type = "git-repo"
# url = "https://github.com/fcsonline/tmux-thumbs"
# refreshPeriod = "168h"
# [".tmux/plugins/tmux-fpp"] # NOTE: Not working
# type = "git-repo"
# url = "https://github.com/tmux-plugins/tmux-fpp"
# refreshPeriod = "168h"
[".config/tmux/plugins/catppuccin/tmux"]
type="git-repo"
url="https://github.com/catppuccin/tmux.git"
refreshPeriod = "168h"
[".config/tmux/plugins/tmux-easy-motion"]
type = "git-repo"
url = "https://github.com/IngoMeyer441/tmux-easy-motion"
refreshPeriod = "168h"
[".config/tmux/plugins/tmux-sessionx"]
type = "git-repo"
url = "https://github.com/omerxx/tmux-sessionx.git"
refreshPeriod = "168h"
{{ end }}
{{ if eq .osid "linux-kali" }}
{{ $neovimVersion := "0.10.1" -}}
{{ $scack4allVersion := "2.9.1" -}}
[".nvim"]
type = "archive"
url = "https://github.com/neovim/neovim/releases/download/v{{ $neovimVersion }}/nvim-linux64.tar.gz"
refreshPeriod = "168h"
["hackingtool"]
type = "git-repo"
url = "https://github.com/Z4nzu/hackingtool.git"
refreshPeriod = "168h"
["scan4all"]
type = "archive"
url = "https://github.com/GhostTroops/scan4all/releases/download/{{ $scack4allVersion }}/scan4all_{{ $scack4allVersion }}_linux_amd64.zip"
refreshPeriod = "168h"
{{ end }}