mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
feat: install home from nvim
This commit is contained in:
10
.zshrc
10
.zshrc
@@ -41,15 +41,7 @@ export HIST_STAMPS="%d/%m/%Y %I:%M:%S"
|
||||
export HIST_FIND_NO_DUPS=true
|
||||
setopt histignoredups
|
||||
|
||||
source ~/.zplug/init.zsh
|
||||
|
||||
zplug "$DOTFILES/plugins", use:"*.plugin.zsh", 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 load
|
||||
source "$DOTFILES/zplug.init.zsh"
|
||||
|
||||
# Preferred editor for local and remote sessions
|
||||
if [[ -n $SSH_CONNECTION ]]; then
|
||||
|
||||
Reference in New Issue
Block a user