Revisions
-
kevin-smets revised this gist
Oct 20, 2017 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -48,6 +48,16 @@ Set this font in iTerm2 (14px is my personal preference) (iTerm → Preferences Restart iTerm2 for all changes to take effect. ### Visual Studio Code config Installing a patched font will mess up the integrated terminal in VS Code unless you use the proper settings. You'll need to go to settings (CMD + ,) and add or edit the following values: - for Source Code Pro: `"terminal.integrated.fontFamily": "Source Code Pro for Powerline"` - for Meslo: `"terminal.integrated.fontFamily": "Meslo LG M for Powerline"` - for other fonts you'll need to check the font name in Font Book. You can also set the fontsize e.g.: `"terminal.integrated.fontSize": 14` # Further tweaking Things like -
kevin-smets revised this gist
Aug 7, 2017 . 1 changed file with 6 additions and 22 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Get the iTerm color settings - [Solarized Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors) - [More themes @ iterm2colorschemes](http://iterm2colorschemes.com/) Just save it somewhere and open the file(s). The color settings will be imported into iTerm2. Apply them in iTerm through iTerm → preferences → profiles → colors → load presets. You can create a different profile other than `Default` if you wish to do so. # Oh My Zsh @@ -44,7 +44,7 @@ Powerlevel9k offers a whole lot more, best is to [check out these user made conf Open the downloaded font and press "Install Font". Set this font in iTerm2 (14px is my personal preference) (iTerm → Preferences → Profiles → Text → Change Font). Restart iTerm2 for all changes to take effect. @@ -53,7 +53,7 @@ Restart iTerm2 for all changes to take effect. Things like - auto suggestions - word jumping with arrow keys / natural text editing - shorter prompt style - syntax highlighting @@ -65,27 +65,11 @@ can be found in the section below. Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh If the auto suggestions do not appear to show, it could be a problem with your color scheme. Under "iTerm → Preferences → Colors tab", check the value of Black Bright, that is the color your auto suggestions will have. It will be displayed on top of the Background color. If there is not enough contrast between the two, you won't see the suggestions even if they're actually there.. ## Enable word jumps and word deletion, aka natural text selection By default, word jumps (option + → or ←) and word deletions (option + backspace) do not work. To enable these, go to "iTerm → Preferences → Profiles → Keys → Load Preset... → Natural Text Editing → Boom! Head explodes" ## Custom prompt styles -
kevin-smets revised this gist
Apr 11, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,8 @@ Powerlevel9k offers a whole lot more, best is to [check out these user made conf ## Install a patched font - [Meslo](https://github.com/powerline/fonts/blob/master/Meslo%20Slashed/Meslo%20LG%20M%20Regular%20for%20Powerline.ttf) (the one in the screenshot). Click "view raw" to download the font. - [Source Code Pro](https://github.com/powerline/fonts/blob/master/SourceCodePro/Sauce%20Code%20Powerline%20Regular.otf) has better alignment for the glyphs @14px. - [Others @ powerline fonts](https://github.com/powerline/fonts) Open the downloaded font and press "Install Font". -
kevin-smets revised this gist
Feb 10, 2017 . 1 changed file with 2 additions and 6 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ iTerm2 has better color fidelity than the built in Terminal, so your themes will Get the iTerm color settings - [Solarized Dark theme](https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/Solarized%20Dark%20-%20Patched.itermcolors) (patched version to fix the bright black value) - [Solarized Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors) - [More themes @ iterm2colorschemes](http://iterm2colorschemes.com/) @@ -64,11 +64,7 @@ can be found in the section below. Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh If the auto suggestions do not appear to show, it could be a problem with your color scheme. Under "iTerm -> Preferences -> Colors tab", check the value of Black Bright, that is the color your auto suggestions will have. It will be displayed on top of the Background color. If there is not enough contrast between the two, you won't see the suggestions even if they're actually there.. ## Enable word jumps -
kevin-smets revised this gist
Jan 20, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -34,6 +34,8 @@ If you prefer the Powerlevel9k look with added info such as exit codes and times Then edit your `~/.zshrc` and set `ZSH_THEME="powerlevel9k/powerlevel9k"`. Powerlevel9k offers a whole lot more, best is to [check out these user made configs yourself](https://github.com/bhilburn/powerlevel9k/wiki/Show-Off-Your-Config). ## Install a patched font - [Meslo](https://github.com/Lokaltog/powerline-fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf) (the one in the screenshot). Click "view raw" to download the font. -
kevin-smets revised this gist
Jan 19, 2017 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -88,10 +88,12 @@ Send Escape Sequence b ``` ## Custom prompt styles By default, your prompt will now show “user@hostname” in the prompt. This will make your prompt rather bloated. Optionally set `DEFAULT_USER` in `~/.zshrc` to your regular username (these must match) to hide the “user@hostname” info when you’re logged in as yourself on your local machine. You can get your exact username value by executing `whoami` in the terminal. For further customisation of your prompt, you can follow a great guide here: https://code.tutsplus.com/tutorials/how-to-customize-your-command-prompt--net-24083 ## Syntax highlighting ``` -
kevin-smets revised this gist
Jan 13, 2017 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -62,7 +62,11 @@ can be found in the section below. Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh If the auto suggestions do not appear to show, it could be a problem with your color scheme. Under "iTerm -> Preferences -> Colors tab", check the value of Black Bright, that is the color your auto suggestions will have. It will be displayed on top of the Background color. If there is not enough contrast between the two, you won't see the suggestions even if they're actually there.. For Solarized Dark a patched version is available here: https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/Solarized%20Dark%20-%20Patched.itermcolors More info on the patch: ## Enable word jumps -
kevin-smets revised this gist
Jan 12, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,4 @@ # Powerlevel9k ![Powerlevel9k](https://gist.githubusercontent.com/kevin-smets/9722391f8b3e4fa436b1c1dcf05ecd88/raw/29389beaa891f939e274b8e20622647357e793d4/powerlevel9k.png) -
kevin-smets revised this gist
Jan 12, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ # Default ![Default](https://gist.githubusercontent.com/kevin-smets/9722391f8b3e4fa436b1c1dcf05ecd88/raw/14012c157e280684ae5c75686eef2e302123e51b/agnoster.png) # Powerlevel9k ![Powerlevel9k](https://gist.githubusercontent.com/kevin-smets/9722391f8b3e4fa436b1c1dcf05ecd88/raw/14012c157e280684ae5c75686eef2e302123e51b/powerlevel9k.png) -
kevin-smets revised this gist
Jan 12, 2017 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,10 +31,6 @@ When the installation is done, edit `~/.zshrc` and set `ZSH_THEME="agnoster"` If you prefer the Powerlevel9k look with added info such as exit codes and timestamps on the right, run: git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k Then edit your `~/.zshrc` and set `ZSH_THEME="powerlevel9k/powerlevel9k"`. -
kevin-smets revised this gist
Jan 12, 2017 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,6 +31,10 @@ When the installation is done, edit `~/.zshrc` and set `ZSH_THEME="agnoster"` If you prefer the Powerlevel9k look with added info such as exit codes and timestamps on the right, run: git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k If you do not have or want git: mkdir -p ~/.oh-my-zsh/custom/themes/powerlevel9k && curl -L https://github.com/bhilburn/powerlevel9k/archive/master.tar.gz | tar -xvz -C ~/.oh-my-zsh/custom/themes/powerlevel9k --strip-components=1 Then edit your `~/.zshrc` and set `ZSH_THEME="powerlevel9k/powerlevel9k"`. -
kevin-smets revised this gist
Jan 10, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Default ![Default](http://oi63.tinypic.com/ipcuax.jpg) # Powerlevel9k -
kevin-smets revised this gist
Jan 10, 2017 . No changes.There are no files selected for viewing
-
kevin-smets revised this gist
Jan 10, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,4 @@ # Powerlevel9k ![Powerlevel9k](http://i63.tinypic.com/2ch0yrq.png) -
kevin-smets revised this gist
Jan 10, 2017 . 2 changed files with 15 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,7 @@ # Agnoster ![Agnoster](http://oi63.tinypic.com/ipcuax.jpg) # Powerlevel9k ![Powerlevel9k](http://oi63.tinypic.com/ipcuax.jpg) This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,6 +26,14 @@ More info here: https://github.com/robbyrussell/oh-my-zsh When the installation is done, edit `~/.zshrc` and set `ZSH_THEME="agnoster"` ## Powerlevel9k If you prefer the Powerlevel9k look with added info such as exit codes and timestamps on the right, run: git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k Then edit your `~/.zshrc` and set `ZSH_THEME="powerlevel9k/powerlevel9k"`. ## Install a patched font - [Meslo](https://github.com/Lokaltog/powerline-fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf) (the one in the screenshot). Click "view raw" to download the font. -
kevin-smets revised this gist
Dec 16, 2016 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,11 @@ ## iTerm2 brew cask install iterm2 Or, if you do not have homebrew (you should ;)): [Download](http://www.iterm2.com/downloads.html) and install iTerm2 iTerm2 has better color fidelity than the built in Terminal, so your themes will look better. Get the iTerm color settings -
kevin-smets revised this gist
Aug 4, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Get the iTerm color settings - [Solarized Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors) - [More themes @ iterm2colorschemes](http://iterm2colorschemes.com/) Just save it somewhere and open the file(s). The color settings will be imported into iTerm2. Apply them in iTerm through iTerm -> preferences -> profiles -> colors -> load presets. You can create a different profile other than `Default` if you wish to do so. # Oh My Zsh More info here: https://github.com/robbyrussell/oh-my-zsh @@ -44,7 +44,7 @@ Things like can be found in the section below. ## Auto suggestions (for Oh My Zsh) ![Auto suggestions](http://i66.tinypic.com/b5i9dv.png) @@ -74,7 +74,7 @@ b ## Shorter prompt style By default, your prompt will now show “user@hostname” in the prompt. This will make your prompt rather bloated. Optionally set `DEFAULT_USER` in `~/.zshrc` to your regular username (these must match) to hide the “user@hostname” info when you’re logged in as yourself on your local machine. You can get your exact username value by executing `whoami` in the terminal. ## Syntax highlighting -
kevin-smets revised this gist
Jul 3, 2016 . 1 changed file with 1 addition and 11 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -54,17 +54,7 @@ If the auto suggestions do not appear to show, it could be a problem with your c ## Enable word jumps By default, word jumps (option + → or ←) do not work. To enable these, go to "iTerm -> Preferences -> Profiles -> Keys". Press the + sign under the list of key mappings and add the following sequences: ### Option + right -
kevin-smets revised this gist
Jul 3, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -50,7 +50,7 @@ can be found in the section below. Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh If the auto suggestions do not appear to show, it could be a problem with your color scheme. Under "iTerm -> Preferences -> Colors tab", check the value of Black Bright, that is the color your auto suggestions will have. It will be displayed on top of the Background color, so if there is not enough contrast between the two, you won't see the suggestions, even if they're actually there.. For Solarized Dark I changed the value of Black Bright to "586e75". ## Enable word jumps -
kevin-smets revised this gist
Jul 3, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -50,6 +50,8 @@ can be found in the section below. Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh If the auto completions do not appear to show, it could be a problem with your color scheme. Under "iTerm -> Preferences -> Colors tab", check the value of Black Bright, that is the color your auto suggestions will have. For Solarized Dark I changed the value for this to "586e75". ## Enable word jumps By default, word jumps (option + → or ←) do not work. You can make this work by adding the following to your `~/.zshrc` -
kevin-smets revised this gist
Jul 2, 2016 . 1 changed file with 1 addition and 4 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,10 +29,7 @@ When the installation is done, edit `~/.zshrc` and set `ZSH_THEME="agnoster"` Open the downloaded font and press "Install Font". Set this font in iTerm2 (14px is my personal preference) (iTerm -> Preferences -> Profiles -> Text -> Change Font). Restart iTerm2 for all changes to take effect. -
kevin-smets revised this gist
Jul 1, 2016 . No changes.There are no files selected for viewing
-
kevin-smets revised this gist
Jun 27, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -93,7 +93,7 @@ By default, your prompt will now show “user@hostname” in the prompt. This wi brew install zsh-syntax-highlighting ``` If you do not have or do not like homebrew, follow [the installation instructions](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md) instead. After installation through homebrew, add -
kevin-smets revised this gist
Jun 17, 2016 . No changes.There are no files selected for viewing
-
kevin-smets revised this gist
Jun 4, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zs ## Enable word jumps By default, word jumps (option + → or ←) do not work. You can make this work by adding the following to your `~/.zshrc` ``` bindkey -e -
kevin-smets revised this gist
Jun 1, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -101,4 +101,4 @@ After installation through homebrew, add source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ``` to **the end** of your `.zshrc` file. After that, it's best to restart your terminal. Sourcing your `~/.zshrc` does not seem to work well with this plugin. -
kevin-smets revised this gist
May 29, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -93,9 +93,9 @@ By default, your prompt will now show “user@hostname” in the prompt. This wi brew install zsh-syntax-highlighting ``` If you do not have or do not like homebrew, follow the [the installation instructions](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md) instead. After installation through homebrew, add ``` source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -
kevin-smets revised this gist
May 29, 2016 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -93,10 +93,12 @@ By default, your prompt will now show “user@hostname” in the prompt. This wi brew install zsh-syntax-highlighting ``` If you do not have or do not like homebrew, follow the instructions from ![the installation instructions](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md) After that, add ``` source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ``` to **the end** of your `.zshrc` file. After that, run `source ~/.zshrc`. -
kevin-smets revised this gist
May 29, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ ![Solarized](http://oi63.tinypic.com/ipcuax.jpg) -
kevin-smets revised this gist
May 29, 2016 . 1 changed file with 16 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -43,6 +43,7 @@ Things like - auto suggestions - word jumping with arrow keys - shorter prompt style - syntax highlighting can be found in the section below. @@ -84,4 +85,18 @@ b ## Shorter prompt style By default, your prompt will now show “user@hostname” in the prompt. This will make your prompt rather bloated. Optionally set `DEFAULT_USER` in `~/.zshrc` to your regular username (these must match) to hide the “user@hostname” info when you’re logged in as yourself on your local machine. You can check your username value by executing `whoami` in the terminal. ## Syntax highlighting ``` brew install zsh-syntax-highlighting ``` After that, add ``` source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ``` to your `.zshrc` file. **Make sure it's at the end!**. After that, run `source ~/.zshrc`.
NewerOlder