Skip to content

Instantly share code, notes, and snippets.

@dloranc
Last active February 2, 2024 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dloranc/9f4e081088a9195af312364bbc869f17 to your computer and use it in GitHub Desktop.
Save dloranc/9f4e081088a9195af312364bbc869f17 to your computer and use it in GitHub Desktop.
My ZSH setup
#!/usr/bin/env bash
sudo apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# install plugins
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
# add zsh-syntax-highlighting and zsh-autosuggestions to plugins
# plugins=(git)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment