No Description

Blallo f5451edab9 Fix vim in kitty 2 years ago
githooks b7511f6efa Great refactor 3 years ago
.gitignore b7511f6efa Great refactor 3 years ago
.zprofile d285129e15 Update 5 years ago
.zshrc f5451edab9 Fix vim in kitty 2 years ago
README.md b7511f6efa Great refactor 3 years ago
antibody.plugins.txt 5a6ccff339 Remove tmux plugin 3 years ago
fzf.zsh b7511f6efa Great refactor 3 years ago
update_antibody.sh 504e09386b Update update_* scripts to display info 3 years ago
update_fzf.sh 504e09386b Update update_* scripts to display info 3 years ago
update_pipenv.sh 504e09386b Update update_* scripts to display info 3 years ago

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