Ingen beskrivning

Blallo 27f9218c0a Add vagrant completion from oh-my-zsh 4 år sedan
githooks b7511f6efa Great refactor 4 år sedan
.gitignore b7511f6efa Great refactor 4 år sedan
.zprofile d285129e15 Update 5 år sedan
.zshrc 90ea4dbd8e Add edit commands in editor capability 4 år sedan
README.md b7511f6efa Great refactor 4 år sedan
antibody.plugins.txt 27f9218c0a Add vagrant completion from oh-my-zsh 4 år sedan
fzf.zsh b7511f6efa Great refactor 4 år sedan
update_antibody.sh 504e09386b Update update_* scripts to display info 4 år sedan
update_fzf.sh 504e09386b Update update_* scripts to display info 4 år sedan
update_pipenv.sh 504e09386b Update update_* scripts to display info 4 år sedan

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