Skip to main content

macOS software setup

Install first

Install with brew

ansible

brew install ansible

vagrant

brew tap hashicorp/tap
brew install vagrant

ansible-lint

brew install ansible-lint

bash-completion

https://sourabhbajaj.com/mac-setup/BashCompletion/

vagrant-completion

brew install vagrant-completion

if [ -f `brew --prefix`/etc/bash_completion.d/vagrant ]; then
    source `brew --prefix`/etc/bash_completion.d/vagrant
fi
sshpass

brew tap esolitos/ipa
brew install sshpass

terraform and terragrunt

brew install terraform terragrunt

htop

brew install htop

wget

brew install wget

whois

brew install whois

Install from App Store

  • rocketchat

Backup

export PC_NAME=nimi && \
cd ~ && \
tar -zcf $PC_NAME-downloads-`date +"%Y-%m-%d_%H-%M"`.tar.gz ~/Downloads/ && \
tar -zcf $PC_NAME-desktop-`date +"%Y-%m-%d_%H-%M"`.tar.gz ~/Desktop/ && \
tar -zcf $PC_NAME-lab-`date +"%Y-%m-%d_%H-%M"`.tar.gz ~/LAB/