Files
thpeetz-notes/Quellen/Taskwarrior.md
T

28 lines
497 B
Markdown

## Prerequisites
- install [[rust]]
## Build and Install
```
git clone https://github.com/GothenburgBitFactory/taskwarrior.git
cd taskwarrior
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --install build
```
## configure sync
```
task config sync.local.server_dir /home/tpeetz/.sync/Apps/task
```
## Configure
## Update Holidays
```
/usr/local/share/doc/task/scripts/add-ons/update-holidays.pl --locale de-DE --region BE --file .task/holidays.de-DE.rc
```