This is a fork of slimzsh, a lean zsh configuration framework. It can be found here.
This repo is a submodule of my dotfiles, being part of the zsh configuration.
- To bump the submodules (pure and zsh-syntax-highlight) do:
git submodule update --remote
- When working on this as a submodule, don't
git push
directly, go to the top project dir, commit the changes and thengit push --recurse-submodules=on-demand
to publish them at the same time