diff --git a/.yadm/bootstrap b/.yadm/bootstrap index c1018f2..050fc2d 100755 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -33,6 +33,9 @@ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM: # zsh-history-subsearch-search git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search +# yadm-zsh +git clone https://github.com/juanrgon/yadm-zsh ${ZSH_CUSTOM:-~/.oh-my-zsh/custom/}/plugins/yadm-zsh + # Reclaiming our zsh config echo "~Setting backup as main config~" mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc diff --git a/.zshrc b/.zshrc index 67f5021..de19998 100644 --- a/.zshrc +++ b/.zshrc @@ -67,9 +67,11 @@ plugins=( docker git python + tmux zsh-autosuggestions zsh-syntax-highlighting history-substring-search + yadm-zsh ) source $ZSH/oh-my-zsh.sh