Portable Gitconfigure setup
Portable Gitconfigure setup. Sensible aliases and Windows support. Not good enough autocompletion support yet.
mkdir -p ~/.local/share/gitconfigure && \
cd .local/share/gitconfigure && \
git clone git@github.com:pandruszkow/gitconfigure.git . && \
./install.sh && \
echo "Installation done for .gitconfigure on $(date -Iseconds)"
.local/share/gitconfig
and cd
to that./install.sh
.gitconfig.local
to reflect your Git identity on this particular machine/account. This file is added to .gitignore so that your local details will not be a part of any subsequent changes you may want to make to your .gitconfig
.