説明なし
githooks | ||
.gitignore | ||
.zprofile | ||
.zshrc | ||
antibody.plugins.txt | ||
fzf.zsh | ||
README.md | ||
update_antibody.sh | ||
update_fzf.sh | ||
update_pipenv.sh |
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