No Description

Blallo f4e5d8a7e2 Source fzf 3 years ago
githooks b7511f6efa Great refactor 4 years ago
.gitignore b7511f6efa Great refactor 4 years ago
.zprofile d285129e15 Update 5 years ago
.zshrc f4e5d8a7e2 Source fzf 3 years ago
README.md b7511f6efa Great refactor 4 years ago
antibody.plugins.txt 27f9218c0a Add vagrant completion from oh-my-zsh 4 years ago
fzf.zsh b7511f6efa Great refactor 4 years ago
update_antibody.sh 504e09386b Update update_* scripts to display info 4 years ago
update_fzf.sh 504e09386b Update update_* scripts to display info 4 years ago
update_pipenv.sh 504e09386b Update update_* scripts to display info 4 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