mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
feat: use sofmani instead of zplug
This commit is contained in:
11
.zshrc
11
.zshrc
@@ -3,7 +3,16 @@ export CFG="$DOTFILES/.config"
|
||||
export DOTBIN="$HOME/.config/bin"
|
||||
export DOTBIN_META="$HOME/.config/.bin"
|
||||
|
||||
source "$DOTFILES/zplug.init.zsh"
|
||||
# Load sofmani-managed zsh plugins
|
||||
setopt +o nomatch
|
||||
for plugin in ~/.local/share/zsh/plugins/**/**/*.plugin.zsh; do
|
||||
[ -e "$plugin" ] && source "$plugin"
|
||||
done
|
||||
source ~/.local/share/zsh/plugins/powerlevel10k/powerlevel10k.zsh-theme
|
||||
setopt -o nomatch
|
||||
|
||||
wd() { . ~/.local/share/zsh/plugins/wd/wd.sh }
|
||||
|
||||
source "$DOTFILES/exports.zsh"
|
||||
|
||||
[[ "$1" == "-q" ]] || run-parts "$DOTFILES/plugins/motd"
|
||||
|
||||
Reference in New Issue
Block a user