Skip to content

Instantly share code, notes, and snippets.

@herzi
Created March 5, 2020 16:20
Show Gist options
  • Save herzi/d7b85ed78fb7ee5a153b8335499f2464 to your computer and use it in GitHub Desktop.
Save herzi/d7b85ed78fb7ee5a153b8335499f2464 to your computer and use it in GitHub Desktop.
A .zshrc for starters
#!/bin/zsh
# brew install antigen
source /usr/local/share/antigen/antigen.zsh
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle colored-man-pages
antigen bundle gitfast # completion only, no aliases
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
# Load the theme.
antigen theme robbyrussell
# Tell Antigen that you're done.
antigen apply
# Once you're there, switch to zsh (if you haven't yet): `chsh -s /bin/zsh`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment