Aucune description

Blallo 504e09386b Update update_* scripts to display info il y a 4 ans
githooks b7511f6efa Great refactor il y a 4 ans
.gitignore b7511f6efa Great refactor il y a 4 ans
.zprofile d285129e15 Update il y a 5 ans
.zshrc 8512bb3ecb Added sway-screens function il y a 4 ans
README.md b7511f6efa Great refactor il y a 4 ans
antibody.plugins.txt b7511f6efa Great refactor il y a 4 ans
fzf.zsh b7511f6efa Great refactor il y a 4 ans
update_antibody.sh 504e09386b Update update_* scripts to display info il y a 4 ans
update_fzf.sh 504e09386b Update update_* scripts to display info il y a 4 ans
update_pipenv.sh 504e09386b Update update_* scripts to display info il y a 4 ans

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