暫無描述

Blallo 8bb1fb8a3b asdf now has zsh completion 4 年之前
githooks b7511f6efa Great refactor 4 年之前
.gitignore b7511f6efa Great refactor 4 年之前
.zprofile d285129e15 Update 6 年之前
.zshrc 8bb1fb8a3b asdf now has zsh completion 4 年之前
README.md b7511f6efa Great refactor 4 年之前
antibody.plugins.txt b7511f6efa Great refactor 4 年之前
fzf.zsh b7511f6efa Great refactor 4 年之前
update_antibody.sh b7511f6efa Great refactor 4 年之前
update_fzf.sh b7511f6efa Great refactor 4 年之前
update_pipenv.sh b7511f6efa Great refactor 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