1
0
mirror of https://github.com/Melon-Bread/gnu-slash-dot-files synced 2024-11-24 16:28:23 -05:00

Added yadm zsh plugin

This commit is contained in:
Rain Clark 2019-03-18 01:42:00 -04:00
parent 7c3a601537
commit 6b546ea264
2 changed files with 5 additions and 0 deletions

View File

@ -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

2
.zshrc
View File

@ -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