Skip to content

Instantly share code, notes, and snippets.

@jdugarte
Last active June 3, 2024 15:38
Show Gist options
  • Save jdugarte/0a9529e703f50fb2f5ee1c44942deea0 to your computer and use it in GitHub Desktop.
Save jdugarte/0a9529e703f50fb2f5ee1c44942deea0 to your computer and use it in GitHub Desktop.
.zsh/antigen.zsh
source /opt/homebrew/share/antigen/antigen.zsh
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle asdf
# brew install asdf
antigen bundle brew
antigen bundle 1995parham/buffalo.zsh@main
antigen bundle bundler
antigen bundle colored-man-pages
antigen bundle colorize
# python3 -m pip install Pygments
antigen bundle command-not-found
# brew tap homebrew/command-not-found
# brew install fish
antigen bundle dotenv
antigen bundle extract
antigen bundle gem
antigen bundle git
antigen bundle github
# brew install hub
# gem install github
antigen bundle jira
antigen bundle lpass
# brew install lastpass-cli
antigen bundle npm
antigen bundle nvm
antigen bundle postgres
# brew install postgresql
antigen bundle rails
antigen bundle rake
antigen bundle rake-fast
antigen bundle rbenv
antigen bundle redis-cli
antigen bundle ruby
antigen bundle rvm
antigen bundle starship
# brew install starship
antigen bundle sudo
antigen bundle yarn
antigen bundle zsh-interactive-cd
# brew install fzf
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
antigen apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment