No description
Find a file
2023-05-19 22:05:17 +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 Separate config for tty and graphical env 2023-05-19 22:05:17 +02:00
.zshrc.graphic Separate config for tty and graphical env 2023-05-19 22:05:17 +02:00
antidote.installed.txt Switch to antidote 2022-10-06 16:35:12 +02:00
antidote.plugins.txt Switch to powerlevel10k 2023-05-08 23:57:04 +02:00
antidote.plugins.zsh Update compiled plugins 2023-05-12 17:54:59 +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_antidote.sh Fix update_antidote 2023-05-08 23:55:41 +02:00
update_fzf.sh Update update_* scripts to display info 2020-04-30 12:34:23 +02:00
update_pipenv.sh Update pipenv updated 2023-05-12 17:56:28 +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