From 29d04598d0823878506f6b693209d5ae9be2c0ee Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 31 Jul 2025 23:49:56 +0200 Subject: [PATCH] added copyparty at startup and added a few new snippets for zsh --- .config/hypr/hyprland.conf | 6 +++++- .zshrc | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 9fca56c..6fc0146 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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 diff --git a/.zshrc b/.zshrc index 5997ebf..33ffff6 100644 --- a/.zshrc +++ b/.zshrc @@ -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)"