-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtaskfile.yml
33 lines (33 loc) · 1.27 KB
/
taskfile.yml
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
version: '3'
tasks:
brew:
cmds:
- cat home/.chezmoiscripts/run_onchange_01a_deps_brewfiles.sh.tmpl | chezmoi execute-template | zsh
cargo:
cmds:
- cat home/.chezmoiscripts/run_onchange_01b_deps_cargofile.sh.tmpl | chezmoi execute-template | zsh
go:
cmds:
- cat home/.chezmoiscripts/run_onchange_01c_deps_gofile.sh.tmpl | chezmoi execute-template | zsh
extensions:
cmds:
- cat home/.chezmoiscripts/run_onchange_01f_deps_extensions.sh.tmpl | chezmoi execute-template | zsh
ollama:
cmds:
- cat home/.chezmoiscripts/run_onchange_01d_deps_ollamafile.sh.tmpl | chezmoi execute-template | zsh
lua:
cmds:
- cat home/.chezmoiscripts/run_onchange_01e_deps_luarocks.sh.tmpl | chezmoi execute-template | zsh
duti:
cmds:
- cat home/.chezmoiscripts/run_onchange_01g_deps_duti.sh.tmpl | chezmoi execute-template | zsh
krew:
cmds:
- cat home/.chezmoiscripts/run_onchange_01h_deps_krew.sh.tmpl | chezmoi execute-template | zsh
icons:
cmds:
- cat home/.chezmoiscripts/run_onchange_04_configure_icons.sh.tmpl | chezmoi execute-template | zsh
services:
cmds:
- home/.chezmoiscripts/run_onchange_05a_configure_launch_agents.sh
- home/.chezmoiscripts/run_onchange_05b_configure_brew_services.sh