This is my own bash, git and vim configs, hooks and aliases. Seems to be useless for anyone else.
sudo apt install \
git \
mc \
htop \
xclip \
lynx \
telnet \
netcat \
bat \
graphviz \
git-delta \
ncdugit config --global core.excludesfile ~/.gitignoregit config --global init.templatedir '~/.git-templates';
chmod a+x ~/.git-templates/hooks/*Then, re-initialize each existing repo:
git init