Ei kuvausta

Blallo 8766617e03 New mechanism for secrets 4 vuotta sitten
githooks b7511f6efa Great refactor 4 vuotta sitten
.gitignore b7511f6efa Great refactor 4 vuotta sitten
.zprofile d285129e15 Update 5 vuotta sitten
.zshrc 8766617e03 New mechanism for secrets 4 vuotta sitten
README.md b7511f6efa Great refactor 4 vuotta sitten
antibody.plugins.txt b7511f6efa Great refactor 4 vuotta sitten
fzf.zsh b7511f6efa Great refactor 4 vuotta sitten
update_antibody.sh 504e09386b Update update_* scripts to display info 4 vuotta sitten
update_fzf.sh 504e09386b Update update_* scripts to display info 4 vuotta sitten
update_pipenv.sh 504e09386b Update update_* scripts to display info 4 vuotta sitten

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