Collection of configuration files for bash and other Linux apps. Inspiration from https://github.com/blezek/dotfiles.
Set up username and email.
git config --global user.name "Jake Kugel"
git config --global user.email jake_kugel@yahoo.com
git config --global pull.rebase true
git config --global core.autocrlf input
git config --global init.defaultBranch maincat /dev/zero | ssh-keygen -b 4096 -C "jake_kugel@yahoo.com $(hostname)" -q -N ""Copy ~/.ssh/id_rsa.pub up to github, etc....
git clone git@github.com:jakekugel/dotfiles.git .dotfiles
(cd .dotfiles && make)