Add README for Zsh.

This commit is contained in:
the_4n0nym0u53 2021-12-30 15:50:38 +01:00
parent 35643435c5
commit f04204fce4
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@ mkdir -p $ZDOTDIR # Symlink only the individual files instead of the entire dir
sleep 0.5
echo -e "Creating the symlinks with stow..."
stow -d $DOTDIR -t $HOME alacritty \
stow -d $DOTDIR -t $HOME --ignore="README.md" alacritty \
mako \
nvim \
scripts \

5
zsh/README.md Normal file
View File

@ -0,0 +1,5 @@
# Zsh config
For plugins, this Zsh config uses [PZ](https://github.com/mattmc3/pz.git), a minimal and easy to use Zsh plugin manager.
Instead of directly using Oh-My-Zsh, we load specific plugins from it. I like to keep it simple. Also, Oh-My-Zsh is slow, this is much faster.