flake8, ctags
Install Flake8
pip install flake8
Move config dir to User home dir.
cp -r config ~/.config
Move hook dir to User home git-templates. Example:
mkdir -p ~/.git-templates
cp -r hooks ~/.git-templates/
git config --global init.templatedir ~/.git-templates/
In your repo dir:
git init
echo: Reinitialized existing Git repository in /XX/XX