added copyparty at startup and added a few new snippets for zsh
This commit is contained in:
@@ -162,9 +162,13 @@ submap=reset
|
|||||||
###
|
###
|
||||||
|
|
||||||
#auto startup
|
#auto startup
|
||||||
|
|
||||||
exec-once=kdeconnectd
|
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
|
exec-once=nm-applet
|
||||||
|
|
||||||
##notification
|
##notification
|
||||||
|
|||||||
7
.zshrc
7
.zshrc
@@ -47,10 +47,13 @@ zinit snippet OMZL::git.zsh
|
|||||||
zinit snippet OMZP::git
|
zinit snippet OMZP::git
|
||||||
zinit snippet OMZP::sudo
|
zinit snippet OMZP::sudo
|
||||||
zinit snippet OMZP::archlinux
|
zinit snippet OMZP::archlinux
|
||||||
#zinit snippet OMZP::aws
|
|
||||||
zinit snippet OMZP::kubectl
|
zinit snippet OMZP::kubectl
|
||||||
zinit snippet OMZP::kubectx
|
zinit snippet OMZP::kubectx
|
||||||
zinit snippet OMZP::command-not-found
|
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
|
# Completion styling
|
||||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
|
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:cd:*' fzf-preview 'ls --color $realpath'
|
||||||
zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath'
|
zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath'
|
||||||
|
|
||||||
|
# Aliase
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias cls="clear"
|
alias cls="clear"
|
||||||
alias update="yay -Syu --noconfirm"
|
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 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 ssh='(){ ssh $1 -t tmux;}'
|
||||||
alias shutmoonpi='ssh 192.168.178.35 "moonlight-qt quit 192.168.178.25 "BigPicture"; killall moonlight-qt"'
|
alias shutmoonpi='ssh 192.168.178.35 "moonlight-qt quit 192.168.178.25 "BigPicture"; killall moonlight-qt"'
|
||||||
|
|
||||||
eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
eval "$(zoxide init --cmd cd zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user