Skip to content

Instantly share code, notes, and snippets.

@kmvan
Last active January 18, 2025 08:23
Show Gist options
  • Save kmvan/a6f9b257686c122574d9d84a4c9fc610 to your computer and use it in GitHub Desktop.
Save kmvan/a6f9b257686c122574d9d84a4c9fc610 to your computer and use it in GitHub Desktop.
oh my zsh
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
# plugins=(git zsh-autosuggestions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment