Skip to content

Instantly share code, notes, and snippets.

@harryjubb
Forked from kevin-smets/iterm2-solarized.md
Created March 5, 2018 10:48

Revisions

  1. @kevin-smets kevin-smets revised this gist Oct 20, 2017. 1 changed file with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions iterm2-solarized_instructions.md
    Original 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
  2. @kevin-smets kevin-smets revised this gist Aug 7, 2017. 1 changed file with 6 additions and 22 deletions.
    28 changes: 6 additions & 22 deletions iterm2-solarized_instructions.md
    Original 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.
    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).
    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
    - 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..
    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
    ## Enable word jumps and word deletion, aka natural text selection

    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

    ```
    ⌥→
    Send Escape Sequence
    f
    ```

    ### Option + left

    ```
    ⌥←
    Send Escape Sequence
    b
    ```
    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

  3. @kevin-smets kevin-smets revised this gist Apr 11, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion iterm2-solarized_instructions.md
    Original 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/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.
    - [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".
  4. @kevin-smets kevin-smets revised this gist Feb 10, 2017. 1 changed file with 2 additions and 6 deletions.
    8 changes: 2 additions & 6 deletions iterm2-solarized_instructions.md
    Original 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/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors)
    - [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.. 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:
    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

  5. @kevin-smets kevin-smets revised this gist Jan 20, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions iterm2-solarized_instructions.md
    Original 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.
  6. @kevin-smets kevin-smets revised this gist Jan 19, 2017. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -88,10 +88,12 @@ Send Escape Sequence
    b
    ```

    ## Shorter prompt style
    ## 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

    ```
  7. @kevin-smets kevin-smets revised this gist Jan 13, 2017. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion iterm2-solarized_instructions.md
    Original 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, 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".
    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

  8. @kevin-smets kevin-smets revised this gist Jan 12, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,4 @@

    # Powerlevel9k

    ![Powerlevel9k](https://gist.githubusercontent.com/kevin-smets/9722391f8b3e4fa436b1c1dcf05ecd88/raw/14012c157e280684ae5c75686eef2e302123e51b/powerlevel9k.png)
    ![Powerlevel9k](https://gist.githubusercontent.com/kevin-smets/9722391f8b3e4fa436b1c1dcf05ecd88/raw/29389beaa891f939e274b8e20622647357e793d4/powerlevel9k.png)
  9. @kevin-smets kevin-smets revised this gist Jan 12, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions iterm2-solarized.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    # Default

    ![Default](http://oi63.tinypic.com/ipcuax.jpg)
    ![Default](https://gist.githubusercontent.com/kevin-smets/9722391f8b3e4fa436b1c1dcf05ecd88/raw/14012c157e280684ae5c75686eef2e302123e51b/agnoster.png)

    # Powerlevel9k

    ![Powerlevel9k](http://i63.tinypic.com/2ch0yrq.png)
    ![Powerlevel9k](https://gist.githubusercontent.com/kevin-smets/9722391f8b3e4fa436b1c1dcf05ecd88/raw/14012c157e280684ae5c75686eef2e302123e51b/powerlevel9k.png)
  10. @kevin-smets kevin-smets revised this gist Jan 12, 2017. 1 changed file with 0 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions iterm2-solarized_instructions.md
    Original 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

    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"`.

  11. @kevin-smets kevin-smets revised this gist Jan 12, 2017. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions iterm2-solarized_instructions.md
    Original 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"`.

  12. @kevin-smets kevin-smets revised this gist Jan 10, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions iterm2-solarized.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Agnoster
    # Default

    ![Agnoster](http://oi63.tinypic.com/ipcuax.jpg)
    ![Default](http://oi63.tinypic.com/ipcuax.jpg)

    # Powerlevel9k

  13. @kevin-smets kevin-smets revised this gist Jan 10, 2017. No changes.
  14. @kevin-smets kevin-smets revised this gist Jan 10, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,4 @@

    # Powerlevel9k

    ![Powerlevel9k](http://oi63.tinypic.com/ipcuax.jpg)
    ![Powerlevel9k](http://i63.tinypic.com/2ch0yrq.png)
  15. @kevin-smets kevin-smets revised this gist Jan 10, 2017. 2 changed files with 15 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion iterm2-solarized.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,7 @@
    ![Solarized](http://oi63.tinypic.com/ipcuax.jpg)
    # Agnoster

    ![Agnoster](http://oi63.tinypic.com/ipcuax.jpg)

    # Powerlevel9k

    ![Powerlevel9k](http://oi63.tinypic.com/ipcuax.jpg)
    8 changes: 8 additions & 0 deletions iterm2-solarized_instructions.md
    Original 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.
  16. @kevin-smets kevin-smets revised this gist Dec 16, 2016. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,11 @@

    ## iTerm2

    - [Download](http://www.iterm2.com/downloads.html) and install iTerm2 (it has better color fidelity than the built in Terminal).
    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

  17. @kevin-smets kevin-smets revised this gist Aug 4, 2016. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions iterm2-solarized_instructions.md
    Original 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.
    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
    # 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 (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 check your username value by executing `whoami` in the terminal.
    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

  18. @kevin-smets kevin-smets revised this gist Jul 3, 2016. 1 changed file with 1 addition and 11 deletions.
    12 changes: 1 addition & 11 deletions iterm2-solarized_instructions.md
    Original 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. You can make this work by adding the following to your `~/.zshrc`

    ```
    bindkey -e
    bindkey '^[[1;9C' forward-word
    bindkey '^[[1;9D' backward-word
    ```

    If that does not work, an alternative is to go to iTerm - preferences - Keys.

    Under global shortcut keys, add the following keyboard shortcuts:
    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

  19. @kevin-smets kevin-smets revised this gist Jul 3, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original 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 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".
    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

  20. @kevin-smets kevin-smets revised this gist Jul 3, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions iterm2-solarized_instructions.md
    Original 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`
  21. @kevin-smets kevin-smets revised this gist Jul 2, 2016. 1 changed file with 1 addition and 4 deletions.
    5 changes: 1 addition & 4 deletions iterm2-solarized_instructions.md
    Original 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).

    - Regular Font -> "Change Font"
    - Non-ASCII Font -> "Change 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.

  22. @kevin-smets kevin-smets revised this gist Jul 1, 2016. No changes.
  23. @kevin-smets kevin-smets revised this gist Jun 27, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original 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 [the installation instructions](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md) instead.
    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

  24. @kevin-smets kevin-smets revised this gist Jun 17, 2016. No changes.
  25. @kevin-smets kevin-smets revised this gist Jun 4, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original 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 (options + → or ←) do not work. You can make this work by adding the following to your `~/.zshrc`
    By default, word jumps (option + → or ←) do not work. You can make this work by adding the following to your `~/.zshrc`

    ```
    bindkey -e
  26. @kevin-smets kevin-smets revised this gist Jun 1, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original 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, run `source ~/.zshrc`.
    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.
  27. @kevin-smets kevin-smets revised this gist May 29, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions iterm2-solarized_instructions.md
    Original 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 instructions from ![the installation instructions](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md)
    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 that, add
    After installation through homebrew, add

    ```
    source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
  28. @kevin-smets kevin-smets revised this gist May 29, 2016. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion iterm2-solarized_instructions.md
    Original 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 your `.zshrc` file. **Make sure it's at the end!**. After that, run `source ~/.zshrc`.
    to **the end** of your `.zshrc` file. After that, run `source ~/.zshrc`.
  29. @kevin-smets kevin-smets revised this gist May 29, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized.md
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ![Solarized](http://i59.tinypic.com/2v15dur.png)
    ![Solarized](http://oi63.tinypic.com/ipcuax.jpg)
  30. @kevin-smets kevin-smets revised this gist May 29, 2016. 1 changed file with 16 additions and 1 deletion.
    17 changes: 16 additions & 1 deletion iterm2-solarized_instructions.md
    Original 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.
    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`.