vault backup: 2026-02-11 16:45:56

This commit is contained in:
Thomas Peetz
2026-02-11 16:45:55 +01:00
parent 61e68d3f28
commit 9c88d9e04a
2 changed files with 11 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
---
tags:
- IT/Tools
---
## Installation
```shell
sudo apt install ffmpeg
sudo wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp
sudo chmod a+rx /usr/local/bin/yt-dlp
```
+1 -2
View File
@@ -8,13 +8,12 @@ journal-end-date: 2026-02-15
```
## Routinen der Woche
```dataview
TABLE WITHOUT ID
file.link as Datum,
choice(meditation = true, "✅", "❌") as Meditation,
choice(pushUps >= 10, "✅", "❌") as Liegestütz,
choice(plank >= 120, "✅", "❌") as Plank
choice(plank >= 60, "✅", "❌") as Plank
FROM "Journal/Privat"
WHERE file.day >= date(2026-02-09) AND file.day <= date(2026-02-15)
SORT file.day ASC