-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.chezmoiexternal.toml
38 lines (31 loc) · 1.22 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
[".vim/autoload/plug.vim"]
type = "file"
url = "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
[".config/base16-shell"]
type = "archive"
url = "https://github.com/chriskempson/base16-shell/archive/refs/heads/master.zip"
stripComponents = 1
[".tmux/plugins/tpm"]
type = "archive"
url = "https://github.com/tmux-plugins/tpm/archive/refs/heads/master.zip"
stripComponents = 1
[".bin/notmuch-extract-patch"]
type = "file"
url = "https://raw.githubusercontent.com/aaptel/notmuch-extract-patch/master/notmuch-extract-patch"
[".bin/rofi-power"]
type = "file"
executable = true
url = "https://raw.githubusercontent.com/jluttine/rofi-power-menu/master/rofi-power-menu"
[".zsh/fzf-theme.zsh"]
type = "file"
url = "https://raw.githubusercontent.com/fnune/base16-fzf/master/bash/base16-gruvbox-dark-hard.config"
[".bin/speedtest.py"]
type = "file"
executable = true
url = "https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py"
{{- if eq .chezmoi.os "linux" }}
[".bin/i3-autodisplay"]
type = "file"
executable = true
url = "https://github.com/lpicanco/i3-autodisplay/releases/download/v0.6/i3-autodisplay-0.6-linux-amd64"
{{- end }}