Skip to content

Instantly share code, notes, and snippets.

@kmvan
Last active January 18, 2025 08:23
Show Gist options
  • Select an option

  • Save kmvan/a6f9b257686c122574d9d84a4c9fc610 to your computer and use it in GitHub Desktop.

Select an option

Save kmvan/a6f9b257686c122574d9d84a4c9fc610 to your computer and use it in GitHub Desktop.

Revisions

  1. kmvan revised this gist Jan 18, 2025. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions zsh.sh
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,8 @@ sudo apt install zsh

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

    git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions

    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

    # add zsh-autosuggestions to ~/.zshrc
  2. kmvan created this gist Oct 27, 2024.
    8 changes: 8 additions & 0 deletions zsh.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    sudo apt install zsh

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

    # add zsh-autosuggestions to ~/.zshrc
    # plugins=(git zsh-autosuggestions)