1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 13:39:07 +00:00

Added antibody support files, need work

This commit is contained in:
Andre
2019-12-13 13:18:42 +01:00
parent 901d42d822
commit 7e10a00899
3 changed files with 51 additions and 0 deletions

33
antibody/plugins.txt Normal file
View File

@ -0,0 +1,33 @@
# To update plugins, add them below, then run
# antibody bundle < ~/.zshdir/plugins.txt > ~/.zshdir/plugins.sh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
# heroku
# lein
# command-not-found
# sudo
# fancy-ctrl-z
# zsh_reload
# vagrant
# zsh-users/zsh-completions src
# brew-cask
# brew
robbyrussell/oh-my-zsh path:plugins/git
# robbyrussell/oh-my-zsh path:plugins/git-prompt
robbyrussell/oh-my-zsh path:plugins/pip
# robbyrussell/oh-my-zsh path:plugins/svn
# robbyrussell/oh-my-zsh path:plugins/osx
robbyrussell/oh-my-zsh path:plugins/docker
robbyrussell/oh-my-zsh path:plugins/docker-compose
robbyrussell/oh-my-zsh path:plugins/aws
robbyrussell/oh-my-zsh path:plugins/httpie
# Syntax highlighting bundle.
# zsh-users/zsh-syntax-highlighting
# Load the theme.
agnoster/agnoster-zsh-theme
# vim: set ts=4 sw=4 tw=0 ft=sh :