https://github.com/officel/config_task
.config/task
https://github.com/officel/config_task
go-task
Last synced: about 1 month ago
JSON representation
.config/task
- Host: GitHub
- URL: https://github.com/officel/config_task
- Owner: officel
- Created: 2025-09-15T22:38:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-27T00:16:56.000Z (6 months ago)
- Last Synced: 2025-12-28T15:30:15.408Z (6 months ago)
- Topics: go-task
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# config_task
>[!IMPORTANT]
> dotfiles の式年遷宮に伴い移動しました。[移動先はこちら](https://github.com/officel/dotfiles/)
- [Task](https://taskfile.dev/)
- 2025-09-16 v3.45.3 のリリースで `$XDG_CONFIG_HOME/task/taskrc.yml` が使用可能になったのでテスト
# usage
```bash
cd ~/.config # $XDG_CONFIG_HOME or $HOME/.config
git clone https://github.com/officel/config_task.git ./task
# or I do it this way
cd ~/repos/github.com/officel/
git clone https://github.com/officel/config_task.git
ln -s ~/repos/github.com/officel/config_task/ ~/.config/task
```
using global tasks, copy them (of course, it's up to you).
```bash
cd
ln -s ~/.config/task/Taskfile.yml
alias t='task'
t
```
# note
- [go-task/task: A task runner / simpler Make alternative written in Go](https://github.com/go-task/task)
- [モダンなタスクランナーを求めて task (taskfile.dev) を使うまでの軌跡](https://zenn.dev/raki/articles/2024-05-30_task_runner)
- [Taskfile.yml のスタイルガイドに沿ったテンプレート](https://zenn.dev/raki/articles/2024-11-19_taskfile_style_guide)
# related my projects
- [officel/config_aqua: .config/aqua](https://github.com/officel/config_aqua)
- [officel/config_bash: .config/bash](https://github.com/officel/config_bash)
- [officel/config_git: .config/git](https://github.com/officel/config_git)
- [officel/config_task: .config/task](https://github.com/officel/config_task)