mkdir -p ~/.ssh/github
ssh-keygen -t ed25519 -f ~/.ssh/github/id_ed25519
cat ~/.ssh/github/id_ed25519.pub
# paste pub-key to GitHub -> Settings -> SSH and GPG keys -> SSH keys
cd $HOME
git clone git@github.com:guricerin/dotfiles.git
cd dotfiles/
bash setup.sh
sudo apt install build-essential procps curl file git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install zsh starship asdf pre-commit detect-secrets
echo `which zsh` | sudo tee -a /etc/shells
chsh -s `which zsh`