mac

Update all packages:

brew update
brew upgrade

Install regular tools:

brew install \
  go \
  multipass \
  ansible \
  hugo \
  kubectx \
  awscli \
  node \
  helm \
  iproute2mac \
  wget \
  bat \
  azure-cli \
  tree \
  packer \
  terraform \
  rke \
  kubebuilder \
  htop \
  nmap \
  jq \
  teleport \
  velero \
  kubeseal \
  kops \
  bash \
  jsonnet

Set Go Path:

mkdir -p ~/go/{bin,pkg,src}
echo 'export GOPATH="$HOME/go"' >> ~/.zshrc
echo 'export PATH="$PATH:${GOPATH//://bin:}/bin"' >> ~/.zshrc
source ~/.zshrc

Flush DNS records:

sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

Delete windscribe data:

rm ~/Library/Preferences/com.windscribe.Windscribe.plist

Check system info:

alias free="top -l 1 -s 0 | head"