説明なし
ファイルへ移動
2020-04-30 12:34:23 +02:00
githooks Great refactor 2020-04-29 12:54:10 +02:00
.gitignore Great refactor 2020-04-29 12:54:10 +02:00
.zprofile Update 2018-07-13 18:19:13 +02:00
.zshrc Added sway-screens function 2020-04-30 12:32:48 +02:00
antibody.plugins.txt Great refactor 2020-04-29 12:54:10 +02:00
fzf.zsh Great refactor 2020-04-29 12:54:10 +02:00
README.md Great refactor 2020-04-29 12:54:10 +02:00
update_antibody.sh Update update_* scripts to display info 2020-04-30 12:34:23 +02:00
update_fzf.sh Update update_* scripts to display info 2020-04-30 12:34:23 +02:00
update_pipenv.sh Update update_* scripts to display info 2020-04-30 12:34:23 +02:00

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