Add README for Zsh.
This commit is contained in:
parent
35643435c5
commit
f04204fce4
|
@ -8,7 +8,7 @@ mkdir -p $ZDOTDIR # Symlink only the individual files instead of the entire dir
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
echo -e "Creating the symlinks with stow..."
|
echo -e "Creating the symlinks with stow..."
|
||||||
|
|
||||||
stow -d $DOTDIR -t $HOME alacritty \
|
stow -d $DOTDIR -t $HOME --ignore="README.md" alacritty \
|
||||||
mako \
|
mako \
|
||||||
nvim \
|
nvim \
|
||||||
scripts \
|
scripts \
|
||||||
|
|
5
zsh/README.md
Normal file
5
zsh/README.md
Normal 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.
|
Loading…
Reference in a new issue