暂无描述

Blallo e16c7d9818 Add powerline daemon startup 3 年之前
githooks b7511f6efa Great refactor 4 年之前
.gitignore b7511f6efa Great refactor 4 年之前
.zprofile d285129e15 Update 5 年之前
.zshrc e16c7d9818 Add powerline daemon startup 3 年之前
README.md b7511f6efa Great refactor 4 年之前
antibody.plugins.txt 27f9218c0a Add vagrant completion from oh-my-zsh 4 年之前
fzf.zsh b7511f6efa Great refactor 4 年之前
update_antibody.sh 504e09386b Update update_* scripts to display info 4 年之前
update_fzf.sh 504e09386b Update update_* scripts to display info 4 年之前
update_pipenv.sh 504e09386b Update update_* scripts to display info 4 年之前

README.md

My zsh config

Prerequisites

  • antibody
  • fasd
  • fzf
  • pipenv
  • virtualenvwrapper

Git hooks

Link the githooks to update at each commit and pull action.

for hook in githooks/*
do
        ln -s ../../${hook} .git/hooks/$(basename ${hook})
done