-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiexternal.toml
77 lines (74 loc) · 2.07 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
## Shell Script collection
[".local/scripts/papanito"]
type = "git-repo"
url = "[email protected]:papanito/shell-scripts.git"
exact = true
stripComponents = 2
refreshPeriod = "168h"
[".local/share/nautilus/scripts/"]
type = "git-repo"
url = "[email protected]:cfgnunes/nautilus-scripts.git"
exact = true
stripComponents = 2
refreshPeriod = "168h"
[".local/scripts/DevOps-Bash-tools"]
type = "git-repo"
url = "[email protected]:HariSekhon/DevOps-Bash-tools.git"
exact = true
stripComponents = 2
refreshPeriod = "168h"
[".local/scripts/backup_docker_scripts"]
type = "git-repo"
url = "[email protected]:alaub81/backup_docker_scripts.git"
exact = true
stripComponents = 2
refreshPeriod = "168h"
[".local/scripts/bash-snippets"]
type = "git-repo"
url = "[email protected]:alexanderepstein/Bash-Snippets.git"
exact = true
stripComponents = 2
refreshPeriod = "168h"
## Tools
[".local/bin/cmdfu"]
type = "file"
url = "https://gitlab.com/papanito/cmdfu/-/raw/main/cmdfu"
exact = true
stripComponents = 2
refreshPeriod = "168h"
[".local/bin/shdoc"]
type = "file"
url = "https://raw.githubusercontent.com/reconquest/shdoc/master/shdoc"
exact = true
stripComponents = 2
refreshPeriod = "168h"
[".local/gitstatus"]
type = "git-repo"
url = "https://github.com/romkatv/gitstatus"
exact = true
stripComponents = 2
refreshPeriod = "168h"
[".emacs.d"]
type = "git-repo"
url = "https://github.com/doomemacs/doomemacs"
exact = true
stripComponents = 2
refreshPeriod = "168h"
## Cheats
[".config/cheat/cheatsheets/personal"]
type = "git-repo"
url = "[email protected]:cheat/cheatsheets.git"
exact = true
stripComponents = 2
refreshPeriod = "168h"
[".local/share/navi/cheats/papanito__cheats"]
type = "git-repo"
url = "[email protected]:papanito/cheats.git"
exact = true
refreshPeriod = "168h"
## git-hooks
[ ".config/git/hooks"]
type = "git-repo"
url = "[email protected]:papanito/git-hooks.git"
exact = true
refreshPeriod = "168h"