/embark-zsh-syntax-highlighting

An ambitious theme for zsh-syntax-highlighting

Primary LanguageShellMIT LicenseMIT

zsh-syntax-highlighting

An ambitious theme for zsh-syntax-highlighting

embark-zsh-syntax

How to use

Required: zsh-syntax-highlighting

Clone this repository and copy embark-syntax-highlighting.zsh to your preferred location on the file system, then source the file from .zshrc. Note that you must source it before loading the zsh-syntax-highlighting plugin.

Example setup:

git clone https://github.com/hyperreal64/embark-zsh-syntax-highlighting
cd embark-zsh-syntax-highlighting/
cp -v embark-zsh-syntax-highlighting.zsh ~/.zsh/

Example .zshrc:

# load embark theme
source ~/.zsh/embark-zsh-syntax-highlighting.zsh

# now load zsh-syntax-highlighting plugin

License

MIT License