No description
Find a file
2024-02-06 18:05:10 +01: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 Bash compat 2024-02-06 18:05:10 +01:00
.zshrc.tty Use grml zsh for tty 2023-05-19 22:10:44 +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
install.sh Install script 2023-05-19 22:13:54 +02:00
README.md Great refactor 2020-04-29 12:54:10 +02:00
update_antidote.sh Updating update scripts 2023-05-19 22:12:53 +02:00
update_fzf.sh Updating update scripts 2023-05-19 22:12:53 +02:00
update_grml_zsh.sh Updating update scripts 2023-05-19 22:12:53 +02:00
update_pipenv.sh Updating update scripts 2023-05-19 22:12:53 +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