updated a bunch

This commit is contained in:
2026-05-20 18:14:15 +02:00
parent 45fb878bd1
commit 8989c7927c
29 changed files with 680 additions and 514 deletions
+7
View File
@@ -9,3 +9,10 @@ export GOBIN=$HOME/.local/go/bin
export PATH=$PATH:$GOBIN
export PATH="$HOME/.local/bin:$PATH"
# Shell function to turn on pc
pc() {
ssh -T root@192.168.0.254 'bash /root/wakeup.sh'
}
alias copy='wl-copy --type text/plain <'
alias copyimg='wl-copy --type image/png <'