https://gist.github.com/sarthakpranesh/c4ba43a2f8e75518acedb9480087a3ee
# cli tools + rosetta
xcode-select --install
sudo softwareupdate --install-rosetta
# brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle install
# tmux plugins
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
$(brew --prefix)/opt/fzf/install # fzf ctrl + r
TBD