docs: INSTALL.md: Streamling .zshrc installation instructions.
This commit is contained in:
parent
b8ced86853
commit
2ed2f1e3c4
14
INSTALL.md
14
INSTALL.md
|
@ -15,22 +15,18 @@ How to install
|
||||||
|
|
||||||
### In your ~/.zshrc
|
### In your ~/.zshrc
|
||||||
|
|
||||||
* Clone this repository:
|
Simply clone this repository and source the script:
|
||||||
|
|
||||||
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
|
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
|
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc
|
||||||
|
source ~/.zshrc
|
||||||
|
|
||||||
If `git` is not installed, you could download a snapshot of the latest
|
If `git` is not installed, download and extract a snapshot of the latest
|
||||||
development tree from:
|
development tree from:
|
||||||
|
|
||||||
https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz
|
https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz
|
||||||
|
|
||||||
* Source the script **at the end** of `~/.zshrc`:
|
Note the `source` command must be **at the end** of `~/.zshrc`.
|
||||||
|
|
||||||
source /path/to/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
|
||||||
|
|
||||||
* Source `~/.zshrc` to take changes into account:
|
|
||||||
|
|
||||||
source ~/.zshrc
|
|
||||||
|
|
||||||
|
|
||||||
### With oh-my-zsh
|
### With oh-my-zsh
|
||||||
|
|
Loading…
Reference in New Issue