mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
cli
cli-app
hacktoberfest
oh-my-zsh
oh-my-zsh-plugin
oh-my-zsh-theme
ohmyzsh
plugin-framework
plugins
productivity
shell
terminal
theme
themes
zsh
zsh-configuration
| README.md | ||
| zsh-syntax-highlighting.zsh | ||
zsh-syntax-highlighting
An attempt at providing Fish shell like syntax highlighting for Zsh.
Usage
From your ~/.zshrc
Download the script or clone this repository:
git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git
Update your ~/.zshrc so that the script is sourced:
source /path/to/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
Re-open your terminal, or just reload it to take changes into account:
source ~/.zshrc
With oh-my-zsh
Download the script or clone this repository as a oh-my-zsh plugin:
cd ~/.oh-my-zsh/plugins/
git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git
cd zsh-syntax-highlighting
ln -s zsh-syntax-highlighting.zsh zsh-syntax-highlighting.plugin.zsh
Update your ~/.zshrc so that the script is sourced:
plugins=(zsh-syntax-highlighting)
Re-open your terminal, or just reload it to take changes into account:
source ~/.zshrc
References
- zsh-users mailing list thread
- Gist 586698 and forks