- commit
- c22d9cd
- parent
- f46794a
- author
- xxwhirlpool
- date
- 2025-12-17 17:31:18 -0500 EST
misc
6 files changed,
+29,
-4
+1,
-0
1@@ -249,3 +249,4 @@ notif() {
2 eval "$(starship init bash)"
3 eval "$(fzf --bash)"
4 eval "$(batman --export-env)"
5+. "/home/kat/.deno/env"
+1,
-0
1@@ -3574,3 +3574,4 @@
2 🫡 saluting salute face
3 🥹 face holding back tears pleading
4 â„¢ trademark tm
5+🫩 wtf
+4,
-4
1@@ -16,7 +16,7 @@ fileext = ".vcf"
2 type = "carddav"
3 url = "https://calendar.girlonthemoon.xyz/springpool/52ad2c31-65bb-a4c7-23c7-beac8c3f48e8/"
4 username = "springpool"
5-password.fetch = ["command", "cat", "~/.vcardpass"]
6+password.fetch = ["command", "pass", "config/vdirsyncer"]
7
8 [pair katcal]
9 a = "katcal_local"
10@@ -33,7 +33,7 @@ fileext = ".ics"
11 type = "caldav"
12 url = "https://calendar.girlonthemoon.xyz/springpool/katcal/"
13 username = "springpool"
14-password.fetch = ["command", "cat", "~/.vcardpass"]
15+password.fetch = ["command", "pass", "config/vdirsyncer"]
16
17 [pair katmusic]
18 a = "katmusic_local"
19@@ -50,7 +50,7 @@ fileext = ".ics"
20 type = "caldav"
21 url = "https://calendar.girlonthemoon.xyz/springpool/76e2e79f-639d-ea44-540e-2b6009b9b1fe/"
22 username = "springpool"
23-password.fetch = ["command", "cat", "~/.vcardpass"]
24+password.fetch = ["command", "pass", "config/vdirsyncer"]
25
26 [pair rockness]
27 a = "rockness_local"
28@@ -66,4 +66,4 @@ fileext = ".ics"
29 type = "caldav"
30 url = "https://calendar.girlonthemoon.xyz/springpool/e558f6dc-3080-9e30-7bed-667fefd47182/"
31 username = "springpool"
32-password.fetch = ["command", "cat", "~/.vcardpass"]
33+password.fetch = ["command", "pass", "config/vdirsyncer"]
1@@ -0,0 +1,14 @@
2+#!/usr/bin/env bash
3+#
4+# quickly share files
5+
6+if [ $# -eq 0 ]; then
7+ echo "Usage: share [FILENAME]"
8+ exit 1
9+fi
10+
11+FN_TEMP=$(uuidgen)_$(basename "$1")
12+
13+scp -q "$1" mac:/var/www/stash/pics/dump/"$FN_TEMP"
14+
15+echo "https://stash.4-walls.net/pics/dump/$FN_TEMP" | lolcat
+9,
-0
1@@ -0,0 +1,9 @@
2+[Desktop Entry]
3+Name=Soulseek
4+GenericName=
5+Comment=
6+Exec=/home/kat/Downloads/Programs/SoulseekQt-2024-6-30.AppImage
7+Type=Application
8+Categories=AudioVideo;Audio;Video;
9+Icon=/home/kat/dotfiles/misc/desktop/icons/Soulseek.png
10+Terminal=false
+0,
-0