Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bliotti/7cec6303d1eb585f7f3b86b48e560949 to your computer and use it in GitHub Desktop.
Save bliotti/7cec6303d1eb585f7f3b86b48e560949 to your computer and use it in GitHub Desktop.
ohmyzsh FAST
sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting
git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete	
plugins=(
 git
 zsh-autosuggestions
 zsh-syntax-highlighting
 fast-syntax-highlighting
 zsh-autocomplete
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment