-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiexternal.toml.tmpl
123 lines (111 loc) · 4.62 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# bat catppuccin themes
[".config/bat/themes/Catppuccin Latte.tmTheme"]
type = "file"
url = "https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Latte.tmTheme"
refreshPeriod = "168h"
[".config/bat/themes/Catppuccin Frappe.tmTheme"]
type = "file"
url = "https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Frappe.tmTheme"
refreshPeriod = "168h"
[".config/bat/themes/Catppuccin Macchiato.tmTheme"]
type = "file"
url = "https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Macchiato.tmTheme"
refreshPeriod = "168h"
[".config/bat/themes/Catppuccin Mocha.tmTheme"]
type = "file"
url = "https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Mocha.tmTheme"
refreshPeriod = "168h"
{{ if .desktop }}
# Bibata cursors
[".local/share/icons"]
type = "archive"
# url = "https://github.com/ful1e5/Bibata_Cursor/releases/latest/download/Bibata-Modern-Classic.tar.xz"
url = "https://github.com/stanio/Bibata_Cursor/releases/download/v2.0.6-stanio-6/Bibata-Classic-Linux-v2.0.6-stanio-6.tar.xz"
exact = true
include = ["Bibata-Modern-Classic/**"]
{{ end }}
# btop catppuccin themes
[".config/btop/themes/catppuccin_latte.theme"]
type = "file"
url = "https://github.com/catppuccin/btop/raw/main/themes/catppuccin_latte.theme"
refreshPeriod = "168h"
[".config/btop/themes/catppuccin_frappe.theme"]
type = "file"
url = "https://github.com/catppuccin/btop/raw/main/themes/catppuccin_frappe.theme"
refreshPeriod = "168h"
[".config/btop/themes/catppuccin_macchiato.theme"]
type = "file"
url = "https://github.com/catppuccin/btop/raw/main/themes/catppuccin_macchiato.theme"
refreshPeriod = "168h"
[".config/btop/themes/catppuccin_mocha.theme"]
type = "file"
url = "https://github.com/catppuccin/btop/raw/main/themes/catppuccin_mocha.theme"
refreshPeriod = "168h"
# eza catppuccin theme
[".config/eza/theme.yml"]
type = "file"
url = "https://raw.githubusercontent.com/eza-community/eza-themes/refs/heads/main/themes/catppuccin.yml"
refreshPeriod = "168h"
# zellij catppucin theme
[".config/zellij/themes/catppuccin.kdl"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/zellij/main/catppuccin.kdl"
refreshPeriod = "168h"
{{ if .desktop }}
# HyperFluent GRUB Theme
[".local/share/grub/hyperfluent-fedora.tar.gz"]
type = "archive"
format = "zip"
url = "https://github.com/Coopydood/HyperFluent-GRUB-Theme/releases/latest/download/hyperfluent-fedora.tar.gz"
refreshPeriod = "168h"
# k9s Catppuccin themes
[".config/k9s/skins"]
type = "archive"
url = "https://github.com/catppuccin/k9s/archive/main.tar.gz"
exact = true
stripComponents = 2
refreshPeriod = "168h"
# nerd font CascadiaCode
[".local/share/fonts/CaskaydiaCoveNerdFont-Italic.ttf"]
type = 'file'
url = "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/CascadiaCode/Regular/CaskaydiaCoveNerdFont-Italic.ttf"
refreshPeriod = "168h"
[".local/share/fonts/CaskaydiaCoveNerdFont-Regular.ttf"]
type = 'file'
url = "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/CascadiaCode/Regular/CaskaydiaCoveNerdFont-Regular.ttf"
refreshPeriod = "168h"
# nerd font IBM Plex Mono
[".local/share/fonts/BlexMonoNerdFontMono-Medium.ttf"]
type = 'file'
url = "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/IBMPlexMono/Mono/BlexMonoNerdFontMono-Medium.ttf"
refreshPeriod = "168h"
[".local/share/fonts/BlexMonoNerdFontMono-Regular.ttf"]
type = 'file'
url = "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/IBMPlexMono/Mono/BlexMonoNerdFontMono-Regular.ttf"
refreshPeriod = "168h"
# qwerty-fr
[".config/xkb/symbols/us_qwerty-fr"]
type = "file"
url = "https://raw.githubusercontent.com/qwerty-fr/qwerty-fr/master/linux/us_qwerty-fr"
refreshPeriod = "168h"
{{ end }}
{{ if eq .chezmoi.hostname "claude-fixe" }}
# streamdeck
[".local/share/streamdeck/icons/lovely-streamdeck-icons"]
type = "archive"
format = "zip"
url = "https://github.com/Lovely-Sim-Racing/lovely-streamdeck-icons/releases/download/v1.6.1/lovely-streamdeckicons-v1.6.1-png.zip"
refreshPeriod = "0"
[".local/share/streamdeck/icons/dev-streamdeck-icons"]
type = "archive"
format = "zip"
url = "https://github.com/daniilshat/dev-streamdeck-icons/archive/refs/tags/v1.0.0.zip"
refreshPeriod = "0"
{{ end }}
{{ if .server }}
["scripts/zfs-inplace-rebalancing.sh"]
type = "file"
executable = true
url = "https://raw.githubusercontent.com/markusressel/zfs-inplace-rebalancing/master/zfs-inplace-rebalancing.sh"
refreshPeriod = "168h"
{{ end }}