Last active
January 18, 2025 08:23
-
-
Save kmvan/a6f9b257686c122574d9d84a4c9fc610 to your computer and use it in GitHub Desktop.
oh my zsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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