Set up a new system, and maintain current configurations. Symlinking to $HOME is managed by Dotbot.
git config --global user.name "Rajit Banerjee"
git config --global user.email "brajit@amazon.com"
mv ~/.gitconfig ~/.gitconfig_local
git clone git@github.com:rajitbanerjee/dotfiles ~/.dotfilescd ~/.dotfiles && ./install
git config user.email "rajitbanerjee15@gmail.com"
exec $SHELL -lsudo yum install -y git
setup-system-al2
# setup-system-mac
nvim
# install-mac-apps
# codeinsshCreate a new SSH key for GitHub access:
setup-ssh-keysPaste the public key contents in a new SSH key under https://github.com/settings/keys.


