added copyparty at startup and added a few new snippets for zsh

This commit is contained in:
Robin
2025-07-31 23:49:56 +02:00
parent 8cb48094cd
commit 29d04598d0
2 changed files with 11 additions and 2 deletions

View File

@@ -162,9 +162,13 @@ submap=reset
###
#auto startup
exec-once=kdeconnectd
#network manager
## network mount
exec-once=rclone mount --vfs-cache-mode writes --no-check-certificate --dir-cache-time 5s raspberrypi-dav: /run/media/glala/fileserver/
##network manager
exec-once=nm-applet
##notification

7
.zshrc
View File

@@ -47,10 +47,13 @@ zinit snippet OMZL::git.zsh
zinit snippet OMZP::git
zinit snippet OMZP::sudo
zinit snippet OMZP::archlinux
#zinit snippet OMZP::aws
zinit snippet OMZP::kubectl
zinit snippet OMZP::kubectx
zinit snippet OMZP::command-not-found
zinit snippet OMZP::ssh
zinit snippet OMZP::kitty
zinit snippet OMZP::tldr
zinit snippet OMZP::docker-compose
# Completion styling
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
@@ -59,6 +62,7 @@ zstyle ':completion:*' menu no
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls --color $realpath'
zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath'
# Aliase
alias vim="nvim"
alias cls="clear"
alias update="yay -Syu --noconfirm"
@@ -73,5 +77,6 @@ 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)"