System setup and configuration for macOS and Amazon Linux. Symlinking to $HOME is managed by Dotbot.
ssh-keygen -t ed25519 -C "rajitbanerjee15@gmail.com"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pubCopy the output and add it at https://github.com/settings/keys.
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 ~/.dotfiles
cd ~/.dotfiles && ./install
git config user.email "rajitbanerjee15@gmail.com"
exec $SHELL -l# Amazon Linux
setup-system-al2023 # or setup-system-al2
# macOS
setup-system-mac
install-mac-appsFrom your Mac, copy .zsh_history between Cloud Desktops:
scp brajit@<old-host>:~/.zsh_history ~/Desktop/ZSH_HISTORY
scp ~/Desktop/ZSH_HISTORY brajit@<new-host>:~/.zsh_history

