mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-19 22:04:38 -04:00
45 lines
768 B
Bash
45 lines
768 B
Bash
antigen bundle robbyrussell/oh-my-zsh lib/
|
|
antigen use oh-my-zsh
|
|
|
|
# CHANGE ME!!!!
|
|
antigen theme https://gist.github.com/3750104.git agnoster
|
|
|
|
# Angtigen Stuff
|
|
antigen bundle git
|
|
antigen bundle zsh-users/zsh-syntax-highlighting
|
|
antigen bundle rupa/z
|
|
|
|
antigen bundle common-aliases
|
|
|
|
# Node Plugins
|
|
antigen bundle coffee
|
|
antigen bundle node
|
|
antigen bundle npm
|
|
antigen bundle bower
|
|
|
|
# Python Plugins
|
|
antigen bundle pip
|
|
antigen bundle python
|
|
antigen bundle virtualenv
|
|
|
|
# Ruby Stuff
|
|
antigen bundle ruby
|
|
antigen bundle gem
|
|
antigen bundle rails
|
|
|
|
# Java Stuff
|
|
antigen bundle mvn
|
|
|
|
# Dev-y stuff
|
|
antigen bundle docker
|
|
antigen bundle vagrant
|
|
antigen bundle tmux
|
|
antigen bundle tmuxinator
|
|
|
|
# OSX Stuff
|
|
antigen bundle brew
|
|
antigen bundle brew-cask
|
|
antigen bundle osx
|
|
|
|
antigen-apply
|