Skip to content

Instantly share code, notes, and snippets.

@imWildCat
Created September 10, 2025 14:07
Show Gist options
  • Save imWildCat/a7decba5a144cd71cd35d78ba0602224 to your computer and use it in GitHub Desktop.
Save imWildCat/a7decba5a144cd71cd35d78ba0602224 to your computer and use it in GitHub Desktop.
my ohmyzsh setup
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment