No description
Find a file
2021-03-18 11:14:20 +01:00
githooks Great refactor 2020-04-29 12:54:10 +02:00
.gitignore Great refactor 2020-04-29 12:54:10 +02:00
.zprofile Update 2018-07-13 18:19:13 +02:00
.zshrc Fix flutter vars 2021-03-18 11:14:20 +01:00
antibody.plugins.txt Add vagrant completion from oh-my-zsh 2020-05-12 19:22:10 +02:00
fzf.zsh Great refactor 2020-04-29 12:54:10 +02:00
README.md Great refactor 2020-04-29 12:54:10 +02:00
update_antibody.sh Update update_* scripts to display info 2020-04-30 12:34:23 +02:00
update_fzf.sh Update update_* scripts to display info 2020-04-30 12:34:23 +02:00
update_pipenv.sh Update update_* scripts to display info 2020-04-30 12:34:23 +02:00

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