Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save isawrub/8fcd3ba3140669ffc12cf4caaa67d76a to your computer and use it in GitHub Desktop.
Save isawrub/8fcd3ba3140669ffc12cf4caaa67d76a to your computer and use it in GitHub Desktop.

Revisions

  1. isawrub revised this gist Jul 9, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion My Oh My Zsh Setup.md
    Original 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 curl
    ## Install with omz with curl
    ```
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
    ```
  2. isawrub revised this gist Jan 26, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions My Oh My Zsh Setup.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Oh My Zsh with autosuggestions & syntax-highlighting + PowerLevel10k.

    #Zsh?
    ## 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
    ## Install and set up zsh as default
    If necessary, follow these steps to install Zsh:

    1. There are two main ways to install Zsh:
  3. isawrub revised this gist Jan 26, 2022. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions My Oh My Zsh Setup.md
    Original file line number Diff line number Diff line change
    @@ -1,16 +1,16 @@
    # Oh My Zsh with autosuggestions & syntax-highlighting + PowerLevel10k.

    ##Zsh?
    #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.
    * 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
    #Install and set up zsh as default
    If necessary, follow these steps to install Zsh:

    1. There are two main ways to install Zsh:
  4. isawrub revised this gist Jan 26, 2022. 1 changed file with 29 additions and 0 deletions.
    29 changes: 29 additions & 0 deletions My Oh My Zsh Setup.md
    Original 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)"
  5. isawrub revised this gist Aug 27, 2021. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions My Oh My Zsh Setup.md
    Original 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)

    ### 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>
  6. isawrub renamed this gist Aug 27, 2021. 1 changed file with 1 addition and 1 deletion.
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # Oh my zsh.
    # Oh My Zsh with autosuggestions & syntax-highlighting + PowerLevel10k.

    ## Install with curl
    ```
  7. isawrub revised this gist Aug 27, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Oh my zsh with autosuggestions & syntax-highlighting.md
    Original 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>
  8. isawrub revised this gist Aug 27, 2021. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Oh my zsh with autosuggestions & syntax-highlighting.md
    Original 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)
  9. isawrub revised this gist Aug 27, 2021. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions Oh my zsh with autosuggestions & syntax-highlighting.md
    Original 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)
  10. @dogrocker dogrocker revised this gist Feb 4, 2020. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion Oh my zsh with autosuggestions & syntax-highlighting.md
    Original 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)
    - [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>
  11. @dogrocker dogrocker revised this gist Jul 17, 2016. 2 changed files with 29 additions and 20 deletions.
    29 changes: 29 additions & 0 deletions Oh my zsh with autosuggestions & syntax-highlighting.md
    Original 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)
    20 changes: 0 additions & 20 deletions Oh my zsh with autosuggestions.md
    Original file line number Diff line number Diff line change
    @@ -1,20 +0,0 @@
    # 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)
  12. @dogrocker dogrocker created this gist Jun 21, 2016.
    20 changes: 20 additions & 0 deletions Oh my zsh with autosuggestions.md
    Original 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)