-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.chezmoiexternal.yaml
More file actions
25 lines (25 loc) · 916 Bytes
/
Copy path.chezmoiexternal.yaml
File metadata and controls
25 lines (25 loc) · 916 Bytes
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
{{ $versions := (includeTemplate "versions.tmpl" .) | fromYaml -}}
.oh-my-zsh:
type: archive
url: https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz
exact: true
stripComponents: 1
refreshPeriod: 168h
.oh-my-zsh/custom/plugins/zsh-syntax-highlighting:
type: archive
url: https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz
exact: true
stripComponents: 1
refreshPeriod: 168h
.local/bin/oh-my-posh:
type: file
url: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v{{ $versions.oh_my_posh }}/posh-linux-amd64
executable: true
.local/share/fonts:
type: archive
url: https://github.com/ryanoasis/nerd-fonts/releases/download/v{{ $versions.nerd_fonts }}/FiraMono.zip
include: ["*.otf"]
.local/bin/mise:
type: file
url: https://github.com/jdx/mise/releases/download/v{{ $versions.mise }}/mise-v{{ $versions.mise }}-linux-x64
executable: true