clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

sspaeti 43c4d433 4a9f3fcb

+4 -1
+2 -1
tmux/.tmux.conf
··· 101 101 # switch to dedicated sessions with Alt+key (no prefix needed) 102 102 bind-key -n M-d switch-client -t omarchy-hypr-dots:dots 103 103 bind-key -n M-o switch-client -t omarchy-hypr-dots:omarchy 104 - bind-key -n M-p switch-client -t sspaeti-blog-brain-hugo:blog 104 + bind-key -n M-w switch-client -t sspaeti-blog-brain-hugo:blog 105 105 bind-key -n M-b switch-client -t sspaeti-blog-brain-hugo:brain 106 + bind-key -n M-p switch-client -t dedp-book:writing 106 107 bind-key -n M-t run-shell -b "~/.tmux/tmux-switch-session.sh" 107 108 bind-key -n M-s display-popup -E -w 40% "sesh connect \"$(sesh list -i | gum filter --limit 1 --placeholder 'Pick a sesh' --prompt='⚡')\"" 108 109
+2
zsh/.dotfiles/zsh/aliases.shrc
··· 130 130 # Omarchy / hyprland 131 131 alias gpu-check="~/.config/hypr/sspaeti/gpu-health-check" 132 132 133 + alias cx=claude 134 + 133 135 # use open as on macOs to open pdf, videos, images, and directories (send output to dev and start in background for file manager (nautilus)) 134 136 open() { xdg-open "$@" &>/dev/null & } 135 137