Skip to content

Instantly share code, notes, and snippets.

@dima74
Last active April 19, 2019 19:24
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 dima74/8f83afeb4271688a30078b93a809aca8 to your computer and use it in GitHub Desktop.
Save dima74/8f83afeb4271688a30078b93a809aca8 to your computer and use it in GitHub Desktop.
Quick installation of grml (https://grml.org/zsh/#grmlzshconfig) and zsh-autosuggestions and zsh-syntax-highlighting
wget -O .zshrc https://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
mkdir -p ~/.zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting
echo "source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh" >>~/.zshrc.local
echo "source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >>~/.zshrc.local
echo "watch=()" >>~/.zshrc.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment