Skip to content

Instantly share code, notes, and snippets.

@xZero707
Created December 30, 2024 19:01
Show Gist options
  • Save xZero707/e29e5ddf9697445d4653229602921231 to your computer and use it in GitHub Desktop.
Save xZero707/e29e5ddf9697445d4653229602921231 to your computer and use it in GitHub Desktop.
Install OMZ essentials
# Install git - Alpine linux
apk add --update git
# Power combo: Auto-suggestions & Syntax highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment