9f315c2f2f
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
10 lines
574 B
YAML
10 lines
574 B
YAML
---
|
|
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"
|