This commit is contained in:
Robin
2025-07-25 22:10:09 +02:00
parent 644cec32d6
commit 8cb48094cd
75 changed files with 28 additions and 18374 deletions

1
.zshrc
View File

@@ -71,6 +71,7 @@ alias sshserver="ssh -i ~/.ssh/GlaServer00 81.21.121.109"
export EDITOR=nvim
alias switchhack="fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin"
alias moonpi='ssh 192.168.178.35 "SDL_AUDIODRIVER=alsa moonlight-qt stream -1080 -fps 60 --audio-on-host 192.168.178.25 "BigPicture""'
alias ssh='(){ ssh $1 -t tmux;}'
alias shutmoonpi='ssh 192.168.178.35 "moonlight-qt quit 192.168.178.25 "BigPicture"; killall moonlight-qt"'
eval "$(fzf --zsh)"
eval "$(zoxide init --cmd cd zsh)"