2021-12-06 21:48:22 +00:00
|
|
|
zcomet trigger zhooks agkozak/zhooks
|
|
|
|
|
|
|
|
zcomet load willghatch/zsh-saneopt
|
|
|
|
zcomet load mafredri/zsh-async
|
2021-12-07 09:03:46 +00:00
|
|
|
zcomet load romkatv/zsh-defer
|
2021-12-06 21:48:22 +00:00
|
|
|
|
|
|
|
export ZSHZ_CASE=smart
|
|
|
|
export ZSHZ_DATA="${ZSH_CACHE_DIR}/z"
|
|
|
|
zcomet load agkozak/zsh-z
|
|
|
|
|
2022-06-22 12:45:57 +00:00
|
|
|
if [[ "$(id -u)" != "0" ]] && [[ "$DISPLAY" != '' ]]; then
|
2021-12-06 21:48:22 +00:00
|
|
|
zstyle ':notify:*' expire-time 5000
|
|
|
|
zstyle ':notify:*' command-complete-timeout 20
|
|
|
|
zstyle ':notify:*' enable-on-ssh yes
|
|
|
|
zcomet load marzocchi/zsh-notify
|
|
|
|
fi
|
|
|
|
if command -v peco > /dev/null 2>&1; then
|
|
|
|
zcomet load jimeh/zsh-peco-history
|
|
|
|
fi
|
|
|
|
|
2021-12-07 10:47:16 +00:00
|
|
|
zcomet load ohmyzsh lib key-bindings.zsh
|
2021-12-06 21:48:22 +00:00
|
|
|
zcomet load ohmyzsh plugins/autojump
|
|
|
|
zcomet load ohmyzsh plugins/command-not-found
|
|
|
|
zcomet load ohmyzsh plugins/common-aliases
|
|
|
|
zcomet load ohmyzsh plugins/debian
|
|
|
|
zcomet load ohmyzsh plugins/isodate
|
|
|
|
zcomet load ohmyzsh plugins/nmap
|
|
|
|
zcomet load ohmyzsh plugins/rsync
|
|
|
|
zcomet load ohmyzsh plugins/web-search
|
2021-12-07 05:22:48 +00:00
|
|
|
zcomet load brymck/print-alias
|
2021-12-06 21:48:22 +00:00
|
|
|
|
2022-09-08 09:02:31 +00:00
|
|
|
zcomet load junegunn/fzf shell completion.zsh key-bindings.zsh
|
|
|
|
(( ${+commands[fzf]} )) || ~[fzf]/install --bin
|
|
|
|
|
2021-12-06 21:48:22 +00:00
|
|
|
if command -v git > /dev/null 2>&1; then
|
|
|
|
GIT_AUTO_FETCH_INTERVAL=3600
|
|
|
|
zcomet load ohmyzsh plugins/git
|
|
|
|
zcomet load ohmyzsh plugins/gitfast
|
2021-12-26 08:55:52 +00:00
|
|
|
[ -z "$SSH_CONNECTION" ] && zcomet load ohmyzsh plugins/git-auto-fetch
|
2021-12-06 21:48:22 +00:00
|
|
|
zcomet load ohmyzsh plugins/git-extras
|
|
|
|
zcomet load ohmyzsh plugins/github
|
|
|
|
zcomet load paulirish/git-open
|
|
|
|
fi
|
|
|
|
if command -v psql > /dev/null 2>&1; then
|
|
|
|
zcomet load ohmyzsh plugins/postgres
|
|
|
|
fi
|
|
|
|
if command -v sudo > /dev/null 2>&1; then
|
|
|
|
zcomet load ohmyzsh plugins/sudo
|
|
|
|
fi
|
|
|
|
if command -v systemctl > /dev/null 2>&1; then
|
|
|
|
zcomet load ohmyzsh plugins/systemd
|
|
|
|
fi
|
|
|
|
if command -v vim > /dev/null 2>&1; then
|
|
|
|
zcomet load ohmyzsh plugins/vim-interaction
|
|
|
|
fi
|
|
|
|
if command -v tmux > /dev/null 2>&1; then
|
|
|
|
zstyle ':prezto:module:tmux:auto-start' local 'no'
|
2022-01-12 13:31:27 +00:00
|
|
|
zstyle ':prezto:module:tmux:auto-start' remote 'no'
|
2021-12-06 21:48:22 +00:00
|
|
|
zstyle ':prezto:module:tmux:session' name "$(hostname)"
|
2021-12-12 10:15:40 +00:00
|
|
|
zsh-defer zcomet load laggardkernel/zsh-tmux
|
2021-12-06 21:48:22 +00:00
|
|
|
zcomet snippet https://github.com/jreese/zsh-titles/blob/master/titles.plugin.zsh
|
|
|
|
fi
|
|
|
|
if command -v kitty > /dev/null 2>&1; then
|
|
|
|
zcomet load redxtech/zsh-kitty
|
|
|
|
fi
|
|
|
|
|