Forked from dogrocker/Oh my zsh with autosuggestions & syntax-highlighting.md
Last active
July 9, 2022 08:07
-
-
Save isawrub/8fcd3ba3140669ffc12cf4caaa67d76a to your computer and use it in GitHub Desktop.
Revisions
-
isawrub revised this gist
Jul 9, 2022 . 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 @@ -29,7 +29,7 @@ If necessary, follow these steps to install Zsh: 6. Test with `$SHELL --version`. Expected result: `zsh 5.8` or similar ## Install with omz with curl ``` sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ``` -
isawrub revised this gist
Jan 26, 2022 . 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 @@ -1,6 +1,6 @@ # Oh My Zsh with autosuggestions & syntax-highlighting + PowerLevel10k. ## Zsh? Oh My Zsh is a framework for Zsh, the Z shell. * In order for Oh My Zsh to work, Zsh must be installed. @@ -10,7 +10,7 @@ Oh My Zsh is a framework for Zsh, the Z shell. - Please run `echo $SHELL` from a new terminal to confirm. - Expected result: `/usr/bin/zsh` or similar ## Install and set up zsh as default If necessary, follow these steps to install Zsh: 1. There are two main ways to install Zsh: -
isawrub revised this gist
Jan 26, 2022 . 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 @@ -1,16 +1,16 @@ # Oh My Zsh with autosuggestions & syntax-highlighting + PowerLevel10k. #Zsh? Oh My Zsh is a framework for Zsh, the Z shell. * In order for Oh My Zsh to work, Zsh must be installed. - Please run `zsh --version` to confirm. - Expected result: `zsh 5.0.8` or more recent * Additionally, Zsh should be set as your default shell. - Please run `echo $SHELL` from a new terminal to confirm. - Expected result: `/usr/bin/zsh` or similar #Install and set up zsh as default If necessary, follow these steps to install Zsh: 1. There are two main ways to install Zsh: -
isawrub revised this gist
Jan 26, 2022 . 1 changed file with 29 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 @@ -1,5 +1,34 @@ # Oh My Zsh with autosuggestions & syntax-highlighting + PowerLevel10k. ##Zsh? Oh My Zsh is a framework for Zsh, the Z shell. * In order for Oh My Zsh to work, Zsh must be installed. - Please run `zsh --version` to confirm. - Expected result: `zsh 5.0.8` or more recent *Additionally, Zsh should be set as your default shell. - Please run `echo $SHELL` from a new terminal to confirm. - Expected result: `/usr/bin/zsh` or similar ##Install and set up zsh as default If necessary, follow these steps to install Zsh: 1. There are two main ways to install Zsh: + With the package manager of your choice, e.g. `sudo apt install zsh` (see below for more examples) + From source, following the instructions from the Zsh FAQ. 2. Verify installation by running `zsh --version`. Expected result: `zsh 5.0.8` or more recent. 3. Make it your default shell: `chsh -s $(which zsh)` + Note that this will not work if Zsh is not in your authorized shells list (/etc/shells) or if you don't have permission to use `chsh`. If that's the case you'll need to use a different procedure. 4. Log out and log back in again to use your new default shell. 5. Test that it worked with `echo $SHELL`. Expected result: `/bin/zsh` or similar. 6. Test with `$SHELL --version`. Expected result: `zsh 5.8` or similar ## Install with curl ``` sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -
isawrub revised this gist
Aug 27, 2021 . 1 changed file with 0 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 @@ -37,5 +37,3 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/mas - [https://gist.github.com/kevin-smets/8568070](https://gist.github.com/kevin-smets/8568070) - [Oh My Zsh + PowerLevel10k = 😎 terminal](https://secman.dev/blog/2021/03/30/omz_terminal) -
isawrub renamed this gist
Aug 27, 2021 . 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,4 +1,4 @@ # Oh My Zsh with autosuggestions & syntax-highlighting + PowerLevel10k. ## Install with curl ``` -
isawrub revised this gist
Aug 27, 2021 . 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 @@ -35,6 +35,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/mas - [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - [https://gist.github.com/kevin-smets/8568070](https://gist.github.com/kevin-smets/8568070) - [Oh My Zsh + PowerLevel10k = 😎 terminal](https://secman.dev/blog/2021/03/30/omz_terminal) ### Happy? <a href="https://www.buymeacoffee.com/dogrocker" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-yellow.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a> -
isawrub revised this gist
Aug 27, 2021 . 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 @@ -21,12 +21,14 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/mas `plugins=(git zsh-autosuggestions zsh-syntax-highlighting)` - Reopen terminal - Install Powerlevel10k `git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k` - Enable it, change the value of ZSH_THEME `~/.zshrc` `ZSH_THEME="powerlevel10k/powerlevel10k"` - Reopen terminal ### Ref - [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) -
isawrub revised this gist
Aug 27, 2021 . 1 changed file with 6 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 @@ -21,6 +21,12 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/mas `plugins=(git zsh-autosuggestions zsh-syntax-highlighting)` - Reopen terminal - Install Powerlevel10k `git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k` - Enable it, change the value of ZSH_THEME `~/.zshrc` `ZSH_THEME="powerlevel10k/powerlevel10k"` ### Ref - [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) -
dogrocker revised this gist
Feb 4, 2020 . 1 changed file with 4 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 @@ -26,4 +26,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/mas - [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) - [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - [https://gist.github.com/kevin-smets/8568070](https://gist.github.com/kevin-smets/8568070) ### Happy? <a href="https://www.buymeacoffee.com/dogrocker" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-yellow.png" alt="Buy Me A Coffee" style="height: 51px !important;width: 217px !important;" ></a> -
dogrocker revised this gist
Jul 17, 2016 . 2 changed files with 29 additions and 20 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 @@ -0,0 +1,29 @@ # Oh my zsh. ## Install with curl ``` sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ``` ## Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting) - Download zsh-autosuggestions by `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions` - Download zsh-syntax-highlighting by `git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting` - `nano ~/.zshrc` find `plugins=(git)` - Append `zsh-autosuggestions & zsh-syntax-highlighting` to `plugins()` like this `plugins=(git zsh-autosuggestions zsh-syntax-highlighting)` - Reopen terminal ### Ref - [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) - [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - [https://gist.github.com/kevin-smets/8568070](https://gist.github.com/kevin-smets/8568070) 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,20 +0,0 @@ -
dogrocker created this gist
Jun 21, 2016 .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 @@ -0,0 +1,20 @@ # Oh my zsh. ## Install with curl ``` sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ``` ## Enabling Plugins (zsh-autosuggestions) - Download zsh-autosuggestions by `git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions` - `nano ~/.zshrc` find `plugins=(git)` - Append `zsh-autosuggestions` to `plugins()` like this `plugins=(git zsh-autosuggestions)` - Reopen terminal ### Ref - [https://gist.github.com/kevin-smets/8568070](https://gist.github.com/kevin-smets/8568070)