* install brew from [[https://brew.sh]] * setup default shell chsh -s /bin/bash * install terraform brew install terraform * setup autocompletion terraform touch ~/.bashrc terraform -install-autocomplete * installation of kubectl brew install kubectl * installation of gcloud ? * setup history echo 'export HISTTIMEFORMAT="%d/%m/%y %T "' >> ~/.bash_profile