sudo apt-get update
sudo apt-get install -y git vim zsh
chsh -s $(which zsh)
curl ifconfig.me
ssh-keygen -t rsa -b 4096 -C "[email protected]"
eval "$(ssh-agent -s)"
Copy below to https://github.com/settings/keys
cat ~/.ssh/id_rsa.pub
git clone [email protected]:prat0318/oh-my-zsh.git .oh-my-zsh
git clone [email protected]:prat0318/dotfiles.git .dotfiles
cd .dotfiles && script/bootstrap