Skip to content

Instantly share code, notes, and snippets.

@imWildCat
Created September 10, 2025 14:07
Show Gist options
  • Select an option

  • Save imWildCat/a7decba5a144cd71cd35d78ba0602224 to your computer and use it in GitHub Desktop.

Select an option

Save imWildCat/a7decba5a144cd71cd35d78ba0602224 to your computer and use it in GitHub Desktop.

Revisions

  1. imWildCat created this gist Sep 10, 2025.
    7 changes: 7 additions & 0 deletions setup.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
    sed -i 's/robbyrussell/af-magic/g' ~/.zshrc

    git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
    sed -i 's/plugins=(git)/plugins=(git zsh-autosuggestions z)/g' ~/.zshrc

    source ~/.zshrc