-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.chezmoiexternal.toml
More file actions
55 lines (46 loc) · 1.92 KB
/
.chezmoiexternal.toml
File metadata and controls
55 lines (46 loc) · 1.92 KB
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
[".config/zsh/fzf-completions.zsh"]
type = "file"
url = "https://raw.githubusercontent.com/junegunn/fzf/refs/heads/master/shell/completion.zsh"
refreshPeriod = "168h" # 1 week
[".config/zsh/fzf-git.sh"]
type = "file"
url = "https://raw.githubusercontent.com/junegunn/fzf-git.sh/main/fzf-git.sh"
refreshPeriod = "168h" # 1 week
[".local/share/tmux/plugins/tpm"]
type = "git-repo"
url = "https://github.com/tmux-plugins/tpm"
refreshPeriod = "168h" # 1 week
[".config/alacritty/catppuccin-macchiato.toml"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/alacritty/main/catppuccin-macchiato.toml"
refreshPeriod = "168h" # 1 week
[".config/bat/themes"]
type = "archive"
url = "https://github.com/catppuccin/bat/archive/master.tar.gz"
exact = true
stripComponents = 2
refreshPeriod = "168h"
#include = ["*/themes/Catppuccin Frappe.tmThem", "**/Catppuccin Macchiato.tmThem"]
include = ["*/themes/**"]
#path = "themes"
# Datadog agent skills (https://github.com/datadog-labs/agent-skills)
[".claude/skills/dd-pup/SKILL.md"]
type = "file"
url = "https://raw.githubusercontent.com/datadog-labs/agent-skills/main/dd-pup/SKILL.md"
refreshPeriod = "168h"
[".claude/skills/dd-monitors/SKILL.md"]
type = "file"
url = "https://raw.githubusercontent.com/datadog-labs/agent-skills/main/dd-monitors/SKILL.md"
refreshPeriod = "168h"
[".claude/skills/dd-logs/SKILL.md"]
type = "file"
url = "https://raw.githubusercontent.com/datadog-labs/agent-skills/main/dd-logs/SKILL.md"
refreshPeriod = "168h"
[".claude/skills/dd-apm/SKILL.md"]
type = "file"
url = "https://raw.githubusercontent.com/datadog-labs/agent-skills/main/dd-apm/SKILL.md"
refreshPeriod = "168h"
[".claude/skills/dd-docs/SKILL.md"]
type = "file"
url = "https://raw.githubusercontent.com/datadog-labs/agent-skills/main/dd-docs/SKILL.md"
refreshPeriod = "168h"