-
-
Save micahjonas/66a1ae35bd67a6c1aa99a0ab4afe4edd to your computer and use it in GitHub Desktop.
Revisions
-
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 hidden or 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)  @@ -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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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  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 hidden or 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 @@  -
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 hidden or 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`. -
kevin-smets revised this gist
May 29, 2016 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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,7 +54,15 @@ 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` ``` 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: -
kevin-smets revised this gist
Feb 23, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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,7 +48,7 @@ can be found in the section below. ## Auto suggestions (for oh-my-zsh)  Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh -
kevin-smets revised this gist
Feb 23, 2016 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 @@ -44,13 +44,13 @@ Things like - word jumping with arrow keys - shorter prompt style can be found in the section below. ## Auto suggestions (for oh-my-zsh)  Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh ## Enable word jumps -
kevin-smets revised this gist
Feb 23, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 To get this  ## Enable word jumps -
kevin-smets revised this gist
Feb 23, 2016 . 1 changed file with 16 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 @@ -36,6 +36,22 @@ Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences - Restart iTerm2 for all changes to take effect. # Further tweaking Things like - auto suggestions - word jumping with arrow keys - shorter prompt style can be found in the section below: ## Auto suggestions (for oh-my-zsh) Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh To get this  ## Enable word jumps By default, word jumps (options + → or ←) do not work. You can make this work by going to iTerm - preferences - Keys. -
kevin-smets revised this gist
Jan 22, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 @@ Send Escape Sequence f ``` ### Option + left ``` ⌥← -
kevin-smets revised this gist
Jan 22, 2016 . 1 changed file with 22 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 @@ -36,6 +36,28 @@ Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences - Restart iTerm2 for all changes to take effect. ## Enable word jumps By default, word jumps (options + → or ←) do not work. You can make this work by going to iTerm - preferences - Keys. Under global shortcut keys, add the following keyboard shortcuts: ### Option + right ``` ⌥→ Send Escape Sequence f ``` ### Option + right ``` ⌥← Send Escape Sequence 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. -
kevin-smets revised this gist
Dec 7, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 @@ -20,7 +20,7 @@ More info here: https://github.com/robbyrussell/oh-my-zsh sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" When the installation is done, edit `~/.zshrc` and set `ZSH_THEME="agnoster"` ## Install a patched font -
kevin-smets revised this gist
Dec 7, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 @@ -6,8 +6,8 @@ Get the iTerm color settings - [Solarized Dark theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors) - [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. -
kevin-smets revised this gist
Dec 7, 2015 . 2 changed files with 1 addition and 214 deletions.There are no files selected for viewing
This file contains hidden or 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 @@ -6,7 +6,7 @@ Get the iTerm color settings - [Dark theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors) - [Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors) - [More themes @ iterm2colorschemes](http://iterm2colorschemes.com/) This file contains hidden or 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,213 +0,0 @@ -
kevin-smets revised this gist
Nov 23, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 @@ -20,7 +20,7 @@ More info here: https://github.com/robbyrussell/oh-my-zsh sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" WHen the installation is done, edit `~/.zshrc` and set `ZSH_THEME="agnoster"` ## Install a patched font @@ -34,8 +34,8 @@ Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences - - Regular Font -> "Change Font" - Non-ASCII Font -> "Change Font" Restart iTerm2 for all changes to take effect. ## 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. -
kevin-smets revised this gist
Nov 22, 2015 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 @@ -6,7 +6,7 @@ Get the iTerm color settings - [Dark theme] (https://gist.github.com/kevin-smets/8568070#file-solarized-dark-fixed-itermcolors) This link is the theme from the screenshot, but it fixes one bug: by default, the Ansi 8 Color is not readable on the set background. This value has been replaced by the one from the Solarized high contrast theme. - [Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors) - [More themes @ iterm2colorschemes](http://iterm2colorschemes.com/) @@ -15,8 +15,10 @@ Just save it somewhere and open the file(s). The color settings will be imported # Oh my zsh More info here: https://github.com/robbyrussell/oh-my-zsh ## Install with curl sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" edit `~/.zshrc` and set `ZSH_THEME="agnoster"` -
kevin-smets revised this gist
Oct 29, 2015 . 2 changed files with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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,5 @@ # How to install ## iTerm2 - [Download](http://www.iterm2.com/downloads.html) and install iTerm2 (it has better color fidelity than the built in Terminal). File renamed without changes. -
kevin-smets revised this gist
Oct 29, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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,5 +1,6 @@ # How to install ## iTerm2 - [Download](http://www.iterm2.com/downloads.html) and install iTerm2 (it has better color fidelity than the built in Terminal). -
kevin-smets revised this gist
Oct 27, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 @@ -36,4 +36,4 @@ Restart iTerm for all changes to take effect. ## 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 be sure of the value by executing `whoami` in the terminal. -
kevin-smets revised this gist
Oct 27, 2015 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 @@ -30,7 +30,6 @@ 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" Restart iTerm for all changes to take effect.
NewerOlder