-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiexternal.toml
41 lines (33 loc) · 1.03 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
{{- $gh := "https://github.com/" -}}
{{- $amt := "/archive/master.tar.gz" -}}
[".local/share/sh"]
type = "archive"
url = "https://gist.github.com/jacksonp/9c2f547434b7d78d1b62/archive/master.tar.gz"
stripComponents = 1
## ZSH
[".zaw"]
type = "archive"
url = "{{ $gh }}zsh-users/zaw{{ $amt }}"
exact = true
stripComponents = 1
[".local/share/zsh/completion.zsh"]
type = "file"
url = "https://raw.githubusercontent.com/twe4ked/dotfiles/master/shell/zsh/completion.zsh"
## oh-my-zsh
[".oh-my-zsh"]
type = "archive"
url = "{{ $gh }}ohmyzsh/ohmyzsh{{ $amt }}"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".local/share/oh-my-zsh-custom/plugins/zsh-syntax-highlighting"]
type = "archive"
url = "{{ $gh }}zsh-users/zsh-syntax-highlighting{{ $amt }}"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".local/share/oh-my-zsh-custom/themes/powerlevel10k"]
type = "archive"
url = "{{ $gh }}romkatv/powerlevel10k/archive/v1.16.1.tar.gz"
exact = true
stripComponents = 1