thingstodo
- 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
thingstodo.txt · Last modified: 2024/11/10 07:59 by 127.0.0.1
