Skip to content

Instantly share code, notes, and snippets.

@ceeji
Last active March 27, 2020 12:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceeji/8752def2852ca52a591d3ae1b7fd1b45 to your computer and use it in GitHub Desktop.
Save ceeji/8752def2852ca52a591d3ae1b7fd1b45 to your computer and use it in GitHub Desktop.
Oh-my-zsh with plugins
apt-get install zsh
sh -c "$(curl -fsSL https://raw.github.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
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
nano ~/.zshrc
# add zsh-autosuggestions extract zsh-syntax-highlighting to plugins
source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment