vault backup: 2025-12-10 11:37:35

This commit is contained in:
2023-05-15 17:16:05 +02:00
committed by Thomas Peetz
parent 91bf72fc87
commit 73f2162ddf
6049 changed files with 513094 additions and 227748 deletions
+27
View File
@@ -0,0 +1,27 @@
## 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
```