No description
- Shell 100%
| githooks | ||
| .gitignore | ||
| .zprofile | ||
| .zshrc | ||
| antibody.plugins.txt | ||
| fzf.zsh | ||
| README.md | ||
| update_antibody.sh | ||
| update_fzf.sh | ||
| update_pipenv.sh | ||
My zsh config
Prerequisites
antibodyfasdfzfpipenvvirtualenvwrapper
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