Skip to content

Instantly share code, notes, and snippets.

  • Save codesharpdev/134e17bd04928f0f0d7430208a8b8935 to your computer and use it in GitHub Desktop.
Save codesharpdev/134e17bd04928f0f0d7430208a8b8935 to your computer and use it in GitHub Desktop.

Revisions

  1. @n1snt n1snt revised this gist Sep 19, 2022. 1 changed file with 2 additions and 2 deletions.
    Original file line number Diff line number Diff line change
    @@ -22,7 +22,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too

    - zsh-fast-syntax-highlighting plugin

    `git clone https://github.com/zdharma/fast-syntax-highlighting $ZSH_CUSTOM/plugins/zsh-fast-syntax-highlighting`
    `git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting`

    - zsh-autocomplete plugin

    @@ -36,7 +36,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
    - Find the line which says `plugins=(git)`.

    - Replace that line with
    `plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting zsh-autocomplete)`
    `plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting zsh-autocomplete)`

    ## References

  2. @n1snt n1snt revised this gist Aug 1, 2021. No changes.
  3. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 1 addition and 1 deletion.
    Original file line number Diff line number Diff line change
    @@ -31,7 +31,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
    ## Enable plugins by adding them to .zshrc.
    - Open .zshrc

    `nvim ~/.zshrc`
    `nvim ~/.zshrc`

    - Find the line which says `plugins=(git)`.

  4. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 1 addition and 0 deletions.
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    # Oh my zsh.
    <p align="center"><img src="https://s3.amazonaws.com/ohmyzsh/oh-my-zsh-logo.png" alt="Oh My Zsh"></p>

    ## Install ZSH.
    ```
  5. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 9 additions and 2 deletions.
    Original file line number Diff line number Diff line change
    @@ -35,5 +35,12 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
    - Find the line which says `plugins=(git)`.

    - Replace that line with

    `plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting zsh-autocomplete)`
    `plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting zsh-autocomplete)`

    ## References

    - [Oh my ZSH](https://github.com/ohmyzsh/ohmyzsh)
    - [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
    - [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
    - [zsh-fast-syntax-highlighting](https://github.com/zdharma/fast-syntax-highlighting)
    - [zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete)
  6. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 3 additions and 3 deletions.
    Original file line number Diff line number Diff line change
    @@ -30,10 +30,10 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
    ## Enable plugins by adding them to .zshrc.
    - Open .zshrc

    `nvim ~/.zshrc`
    `nvim ~/.zshrc`

    - Find the line which says `plugins=(git)`.

    - Replace that line with
    `plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting zsh-autocomplete)`
    `plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting zsh-autocomplete)`
  7. @n1snt n1snt revised this gist Aug 1, 2021. No changes.
  8. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 3 additions and 3 deletions.
    Original file line number Diff line number Diff line change
    @@ -13,14 +13,14 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
    ## Install plugins.
    - autosuggesions plugin

    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`
    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`

    - zsh-syntax-highlighting plugin
    -

    `git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting`

    - zsh-fast-syntax-highlighting plugin
    -

    `git clone https://github.com/zdharma/fast-syntax-highlighting $ZSH_CUSTOM/plugins/zsh-fast-syntax-highlighting`

    - zsh-autocomplete plugin
  9. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 1 addition and 1 deletion.
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too

    ## Install plugins.
    - autosuggesions plugin
    -

    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`

    - zsh-syntax-highlighting plugin
  10. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 3 additions and 0 deletions.
    Original file line number Diff line number Diff line change
    @@ -12,12 +12,15 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too

    ## Install plugins.
    - autosuggesions plugin
    -
    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`

    - zsh-syntax-highlighting plugin
    -
    `git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting`

    - zsh-fast-syntax-highlighting plugin
    -
    `git clone https://github.com/zdharma/fast-syntax-highlighting $ZSH_CUSTOM/plugins/zsh-fast-syntax-highlighting`

    - zsh-autocomplete plugin
  11. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 1 addition and 1 deletion.
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too

    ## Install plugins.
    - autosuggesions plugin
    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`
    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`

    - zsh-syntax-highlighting plugin
    `git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting`
  12. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 8 additions and 11 deletions.
    Original file line number Diff line number Diff line change
    @@ -11,29 +11,26 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
    ```

    ## Install plugins.
    - autosuggesions plugin
    - autosuggesions plugin
    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`

    - zsh-syntax-highlighting plugin
    - zsh-syntax-highlighting plugin
    `git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting`

    - zsh-fast-syntax-highlighting plugin
    - zsh-fast-syntax-highlighting plugin
    `git clone https://github.com/zdharma/fast-syntax-highlighting $ZSH_CUSTOM/plugins/zsh-fast-syntax-highlighting`

    - zsh-autocomplete plugin
    - zsh-autocomplete plugin

    `git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete`

    ## Enable plugins by adding them to .zshrc.
    - Open .zshrc
    - Open .zshrc

    `nvim ~/.zshrc`

    - Find the line which says `plugins=(git)`.
    - Find the line which says `plugins=(git)`.

    - Replace that line with
    - Replace that line with

    `plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting zsh-autocomplete)`

    ## Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)
    - Download zsh-autosuggestions by
    `plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting zsh-autocomplete)`
  13. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 2 additions and 0 deletions.
    Original file line number Diff line number Diff line change
    @@ -35,3 +35,5 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too

    `plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting zsh-autocomplete)`

    ## Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)
    - Download zsh-autosuggestions by
  14. @n1snt n1snt revised this gist Aug 1, 2021. No changes.
  15. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 1 addition and 4 deletions.
    Original file line number Diff line number Diff line change
    @@ -12,15 +12,12 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too

    ## Install plugins.
    - autosuggesions plugin

    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`
    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`

    - zsh-syntax-highlighting plugin

    `git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting`

    - zsh-fast-syntax-highlighting plugin

    `git clone https://github.com/zdharma/fast-syntax-highlighting $ZSH_CUSTOM/plugins/zsh-fast-syntax-highlighting`

    - zsh-autocomplete plugin
  16. @n1snt n1snt revised this gist Aug 1, 2021. 1 changed file with 1 addition and 1 deletion.
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
    ## Install plugins.
    - autosuggesions plugin

    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`
    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`

    - zsh-syntax-highlighting plugin

  17. @n1snt n1snt created this gist Aug 1, 2021.
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,40 @@
    # Oh my zsh.

    ## Install ZSH.
    ```
    sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
    ```

    ## Install Oh my ZSH.
    ```
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    ```

    ## Install plugins.
    - autosuggesions plugin

    `git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions`

    - zsh-syntax-highlighting plugin

    `git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting`

    - zsh-fast-syntax-highlighting plugin

    `git clone https://github.com/zdharma/fast-syntax-highlighting $ZSH_CUSTOM/plugins/zsh-fast-syntax-highlighting`

    - zsh-autocomplete plugin

    `git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete`

    ## Enable plugins by adding them to .zshrc.
    - Open .zshrc

    `nvim ~/.zshrc`

    - Find the line which says `plugins=(git)`.

    - Replace that line with

    `plugins=(git zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting zsh-autocomplete)`