added scripts to replace waybar

This commit is contained in:
2026-02-04 11:49:00 -08:00
parent 371bc79da2
commit 1c875d57cc
16 changed files with 288 additions and 69 deletions

View File

@@ -7,7 +7,7 @@ VIM="nvim"
# Dynamic SSH function for numbered hosts
sshto() {
if [[ "$1" =~ "^[0-9]+$" ]]; then
ssh "root@192.168.1.$1"
TERM=xterm-256color ssh "root@192.168.1.$1"
else
echo "Usage: sshto <number>"
echo "Example: sshto 12 → connects to root@192.168.1.12"
@@ -23,6 +23,7 @@ alias sshsylvia="ssh root@13.37.7.13"
alias htb="sudo openvpn --config /etc/openvpn/client/htb.conf"
alias osrs="flatpak run com.jagexlauncher.JagexLauncher"
alias vwgermany="ssh -L 8080:localhost:4567 root@13.37.7.42"
alias cleanup='sudo pacman -Rs $(pacman -Qdtq)'
# Navigation & listing
alias ls='eza --icons --group-directories-first'