dots


commit
744252c
parent
1bfb919
author
xxwhirlpool
date
2025-09-21 12:09:51 -0400 EDT
update senpai cfg & add cheat
4 files changed,  +7, -7
M .gitignore
+1, -0
1@@ -23,3 +23,4 @@ config/.config/vdirsyncer/calendar/*
2 config/.config/vdirsyncer/calendar_rockness/*
3 config/.config/vdirsyncer/calendars/kat/katcal/*
4 config/.local/bin/batman.sh
5+config/.local/bin/retroify
M config/.config/senpai/senpai.scfg
+1, -1
1@@ -1,4 +1,4 @@
2-address "chat.4-walls.net:6697"
3+address "chat.4-walls.net:6698"
4 nickname "kat"
5 password-cmd cat "/home/kat/.ircpass"
6 on-highlight-beep true
A config/.local/bin/cheat
+5, -0
1@@ -0,0 +1,5 @@
2+#!/usr/bin/env bash
3+#
4+# wasn't working in my .bashrc so...
5+
6+curl -s cheat.sh/"$1"
M config/.local/bin/retroify
+0, -6
 1@@ -1,10 +1,4 @@
 2 #!/usr/bin/env bash
 3-#
 4-# NOT BY ME
 5-#
 6-# from here:
 7-#
 8-# blog.nytsoi.net/2024/04/26/digital-retro-photography
 9 
10 set -euxo pipefail
11