Skip to content

Commit

Permalink
feat(taskfile): add clone-global-taskfile task to template
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jun 7, 2023
1 parent dcdc670 commit 7ee2b6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chezmoi/Taskfile.dist.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ tasks:
cmds:
- task --list

clone-global-taskfile:
desc: Clone the global Taskfile.dist.yaml to the current directory
dir: {{"'{{.USER_WORKING_DIR}}'"}}
cmds:
- cp $HOME/Taskfile.dist.yaml Taskfile.dist.yaml

tmux-new:
desc: Create a new tmux session
cmds:
Expand Down

0 comments on commit 7ee2b6b

Please sign in to comment.