Update dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software, dotfiles/.local/share/chezmoi/home/dot_local/Taskfile-local.yml, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/functions, dotfiles/.local/share/chezmoi/home/.chezmoiremove, dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl, dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_load-secrets, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/aliases.tmpl, dotfiles/.local/share/chezmoi/software.yml, dotfiles/.local/share/chezmoi/home/.chezmoidata.yaml
Deleted dotfiles/.local/share/chezmoi/home/symlink_Taskfile.yml, dotfiles/.local/share/chezmoi/home/dot_local/symlink_Taskfile-upstream.yml.tmpl, dotfiles/.local/share/chezmoi/home/dot_bash_profile
2022-11-27 17:11:00 -08:00
|
|
|
---
|
|
|
|
version: '3'
|
|
|
|
|
|
|
|
# This is your local Taskfile.yml file. You can define tasks and scripts while leveraging some of the nifty
|
|
|
|
# features of https://taskfile.dev. You can safely place your scripts here and they will be combined with
|
|
|
|
# a veteran stack of Taskfile.yml files. You can access the tasks defined here by running
|
|
|
|
# `run local:default` for example. You must keep all the tasks in this file without including other files
|
|
|
|
# because the main Taskfile.yml is a symlinked one. Anyway, try `run local:default`.
|
|
|
|
tasks:
|
|
|
|
default: echo "Get started on https://taskfile.dev"
|