Sen descrición

Blallo 504e09386b Update update_* scripts to display info %!s(int64=4) %!d(string=hai) anos
githooks b7511f6efa Great refactor %!s(int64=4) %!d(string=hai) anos
.gitignore b7511f6efa Great refactor %!s(int64=4) %!d(string=hai) anos
.zprofile d285129e15 Update %!s(int64=5) %!d(string=hai) anos
.zshrc 8512bb3ecb Added sway-screens function %!s(int64=4) %!d(string=hai) anos
README.md b7511f6efa Great refactor %!s(int64=4) %!d(string=hai) anos
antibody.plugins.txt b7511f6efa Great refactor %!s(int64=4) %!d(string=hai) anos
fzf.zsh b7511f6efa Great refactor %!s(int64=4) %!d(string=hai) anos
update_antibody.sh 504e09386b Update update_* scripts to display info %!s(int64=4) %!d(string=hai) anos
update_fzf.sh 504e09386b Update update_* scripts to display info %!s(int64=4) %!d(string=hai) anos
update_pipenv.sh 504e09386b Update update_* scripts to display info %!s(int64=4) %!d(string=hai) anos

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