mirror of https://github.com/akelge/zsh
Added antibody support files, need work
This commit is contained in:
parent
901d42d822
commit
7e10a00899
|
@ -0,0 +1,12 @@
|
||||||
|
source /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/git/git.plugin.zsh
|
||||||
|
fpath+=( /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/git )
|
||||||
|
source /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/pip/pip.plugin.zsh
|
||||||
|
fpath+=( /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/pip )
|
||||||
|
|
||||||
|
source /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/docker-compose/docker-compose.plugin.zsh
|
||||||
|
fpath+=( /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/docker-compose )
|
||||||
|
source /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/aws/aws.plugin.zsh
|
||||||
|
fpath+=( /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/aws )
|
||||||
|
|
||||||
|
source /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-agnoster-SLASH-agnoster-zsh-theme/agnoster.zsh-theme
|
||||||
|
fpath+=( /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-agnoster-SLASH-agnoster-zsh-theme )
|
|
@ -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 :
|
|
@ -0,0 +1,6 @@
|
||||||
|
# Created by newuser for 5.7.1
|
||||||
|
#
|
||||||
|
ZSH="$(antibody home)/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh"
|
||||||
|
source ~/.zshdir/plugins.sh
|
||||||
|
export DEFAULT_USER=andre
|
||||||
|
#
|
Loading…
Reference in New Issue