-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiexternal.toml
76 lines (59 loc) · 2.47 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
71
72
73
74
75
76
# +------------+
# + Catppuccin +
# +------------+
# Fish shell
[".config/fish/themes/Catppuccin Frappe.theme"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/fish/main/themes/Catppuccin%20Frappe.theme"
refreshPeriod = "24h"
[".config/fish/themes/Catppuccin Latte.theme"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/fish/main/themes/Catppuccin%20Latte.theme"
refreshPeriod = "24h"
[".config/fish/themes/Catppuccin Macchiato.theme"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/fish/main/themes/Catppuccin%20Macchiato.theme"
refreshPeriod = "24h"
[".config/fish/themes/Catppuccin Mocha.theme"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/fish/main/themes/Catppuccin%20Mocha.theme"
refreshPeriod = "24h"
# GitKraken
[".gitkraken/themes/catppuccin-frappe.jsonc"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/gitkraken/main/themes/catppuccin-frappe.jsonc"
refreshPeriod = "24h"
[".gitkraken/themes/catppuccin-latte.jsonc"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/gitkraken/main/themes/catppuccin-latte.jsonc"
refreshPeriod = "24h"
[".gitkraken/themes/catppuccin-macchiato.jsonc"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/gitkraken/main/themes/catppuccin-macchiato.jsonc"
refreshPeriod = "24h"
[".gitkraken/themes/catppuccin-mocha.jsonc"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/gitkraken/main/themes/catppuccin-mocha.jsonc"
refreshPeriod = "24h"
# bat
[".config/bat/themes/Catppuccin Latte.tmTheme"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/bat/main/themes/Catppuccin%20Latte.tmTheme"
refreshPeriod = "24h"
[".config/bat/themes/Catppuccin Frappe.tmTheme"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/bat/main/themes/Catppuccin%20Frappe.tmTheme"
refreshPeriod = "24h"
[".config/bat/themes/Catppuccin Macchiato.tmTheme"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/bat/main/themes/Catppuccin%20Macchiato.tmTheme"
refreshPeriod = "24h"
[".config/bat/themes/Catppuccin Mocha.tmTheme"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/bat/main/themes/Catppuccin%20Mocha.tmTheme"
refreshPeriod = "24h"
# delta
[".config/delta/themes/catppuccin.gitconfig"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/delta/main/catppuccin.gitconfig"
refreshPeriod = "24h"