Tidak Ada Deskripsi

Blallo e16c7d9818 Add powerline daemon startup 3 tahun lalu
githooks b7511f6efa Great refactor 4 tahun lalu
.gitignore b7511f6efa Great refactor 4 tahun lalu
.zprofile d285129e15 Update 5 tahun lalu
.zshrc e16c7d9818 Add powerline daemon startup 3 tahun lalu
README.md b7511f6efa Great refactor 4 tahun lalu
antibody.plugins.txt 27f9218c0a Add vagrant completion from oh-my-zsh 4 tahun lalu
fzf.zsh b7511f6efa Great refactor 4 tahun lalu
update_antibody.sh 504e09386b Update update_* scripts to display info 4 tahun lalu
update_fzf.sh 504e09386b Update update_* scripts to display info 4 tahun lalu
update_pipenv.sh 504e09386b Update update_* scripts to display info 4 tahun lalu

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