add tealdeer, dust, lsof, fix weather location

This commit is contained in:
2026-06-19 13:03:35 +02:00
parent 7520baf68c
commit fe6c96addd
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
result=$(curl -sf --max-time 10 "wttr.in/?format=+%c%t")
result=$(curl -sf --max-time 10 "wttr.in/Umea,Sweden?format=+%c%t")
if [ $? -eq 0 ] && [ -n "$result" ]; then
echo "$result"
else
+4 -1
View File
@@ -323,7 +323,10 @@
btop # resource monitor
fd # fast find alternative
ripgrep # fast grep alternative
asciinema # terminal recording
tealdeer # tldr pages
du-dust # intuitive disk usage
lsof # list open files
asciinema # terminal recording
# file managers
yazi # terminal file manager