-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiexternal.toml
70 lines (60 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
65
66
67
68
69
70
{{- if eq .chezmoi.os "linux" }}
[".fonts/CascadiaCode"]
type = "archive"
url = "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/CascadiaCode.zip"
refreshPeriod = "168h"
exact = true
[".local/bin/oh-my-posh"]
type = "file"
url = "https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-{{ .chezmoi.os }}-{{ .chezmoi.arch }}"
executable = true
refreshPeriod = "168h"
[".local/bin/aws-vault"]
type = "file"
url = "https://github.com/99designs/aws-vault/releases/latest/download/aws-vault-{{ .chezmoi.os }}-{{ .chezmoi.arch }}"
executable = true
refreshPeriod = "168h"
[".local/bin/host-spawn"]
type = "file"
url = "https://github.com/1player/host-spawn/releases/latest/download/host-spawn-x86_64"
executable = true
refreshPeriod = "168h"
[".poshthemes"]
type = "archive"
url = "https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip"
refreshPeriod = "168h"
exact = true
[".themes/Dracula"]
type = "archive"
url = "https://github.com/dracula/gtk/archive/master.zip"
refreshPeriod = "168h"
stripComponents = 1
exact = true
[".themes/Sweet-Dark-v40"]
type = "archive"
url = "https://github.com/EliverLara/Sweet/releases/latest/download/Sweet-Dark-v40.tar.xz"
refreshPeriod = "168h"
stripComponents = 1
exact = true
[".icons/Flatery-Indigo"]
type = "archive"
url = "https://github.com/cbrnix/Flatery/archive/refs/tags/Flatery.zip"
refreshPeriod = "168h"
stripComponents = 2
exact = true
include = ["*/Flatery-Indigo/**"]
[".icons/Flatery-Indigo-Dark"]
type = "archive"
url = "https://github.com/cbrnix/Flatery/archive/refs/tags/Flatery.zip"
refreshPeriod = "168h"
stripComponents = 2
exact = true
include = ["*/Flatery-Indigo-Dark/**"]
[".icons/McMojave-cursors"]
type = "archive"
url = "https://github.com/vinceliuice/McMojave-cursors/archive/refs/heads/master.zip"
refreshPeriod = "168h"
stripComponents = 2
exact = true
include = ["*/dist/**"]
{{- end }}