44d8c6f774
Deleted dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_20_install-helm-plugins.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_30_install-krew-plugins.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_40_install-rust-toolchain.tmpl
8 lines
313 B
YAML
8 lines
313 B
YAML
---
|
|
version: '3'
|
|
|
|
# Tasks defined here can be run by running `run local:default` for example if you wanted
|
|
# to run the task named default. See: https://taskfile.dev/. It is set up like this
|
|
# so you can also access our set of bundled tasks located in the `~/.local` folder.
|
|
tasks:
|
|
default: echo "Default task"
|