Auto suggestion and syntax highlighting
From the collection Software Engineering

highlighting
suggestion
syntax
zsh

Auto suggestion and syntax highlighting

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!
  • Autosuggestions
    git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions


  • Syntax Highlighting
    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

  • plugins=(zsh-autosuggestions zsh-syntax-highlighting)

    Gist
See more from etori.sangiacomo