Skip to content

Instantly share code, notes, and snippets.

@fzerorubigd
Created June 21, 2017 11:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fzerorubigd/6e6c3576edb81ba4ffac092b6e88b086 to your computer and use it in GitHub Desktop.
Save fzerorubigd/6e6c3576edb81ba4ffac092b6e88b086 to your computer and use it in GitHub Desktop.
if [ ! -e ~/.antigen/source/antigen.zsh ];then
mkdir ~/.antigen
git clone https://github.com/zsh-users/antigen.git ~/.antigen/source
fi;
if [ ! -e "$HOME/.scm_breeze/scm_breeze.sh" ];then
git clone git://github.com/scmbreeze/scm_breeze.git ~/.scm_breeze
fi;
source ~/.antigen/source/antigen.zsh
source "$HOME/.scm_breeze/scm_breeze.sh"
antigen bundle fzerorubigd/zsh-must
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-completions src
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-history-substring-search
antigen theme nojhan/liquidprompt
antigen bundle wting/autojump
antigen bundle ytet5uy4/pctl
export PROXY_ADDRESS=127.0.0.1 PROXY_PORT=7072
antigen bundle djui/alias-tips
antigen bundle hcgraf/zsh-sudo
antigen bundle sharat87/autoenv
antigen bundle jreese/zsh-titles
#antigen bundle zsh-users/zaw
#antigen bundle willghatch/zsh-zaw-mpd
antigen bundle mollifier/anyframe
zstyle ":anyframe:selector:" use fzf
zstyle ":anyframe:selector:fzf:" command 'fzf --extended'
antigen bundle fzerorubigd/zshfunc
antigen apply
source ~/.zsh_bindings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment