mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
12 lines
326 B
Bash
Executable File
12 lines
326 B
Bash
Executable File
source ~/.zplug/init.zsh
|
|
|
|
zplug "$DOTFILES/plugins", from:local
|
|
|
|
zplug "mfaerevaag/wd", as:command, use:"wd.sh", hook-load:"wd() { . $ZPLUG_REPOS/mfaerevaag/wd/wd.sh }"
|
|
zplug "romkatv/powerlevel10k", as:theme, depth:1
|
|
zplug "zsh-users/zsh-autosuggestions"
|
|
zplug "wfxr/tmux-power", from:github, as:theme, depth:1
|
|
|
|
zplug load
|
|
|