diff --git a/dots/exports b/dots/exports index bff1a97..50463ad 100644 --- a/dots/exports +++ b/dots/exports @@ -20,5 +20,5 @@ export TODOTXT_DEFAULT_ACTION=ls #export GDK_DPI_SCALE=0.5 #export QT_DEVICE_PIXEL_RATIO=2 - +export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES diff --git a/osx/brew.sh b/osx/brew.sh old mode 100644 new mode 100755 index 05c42e2..65d4674 --- a/osx/brew.sh +++ b/osx/brew.sh @@ -1,30 +1,37 @@ #!/bin/sh # Install software using brew +set -euo pipefail # GUI software -brew install --cask rectangle arc MonitorControl steam signal +brew install --cask \ + rectangle \ + arc \ + MonitorControl \ + steam \ + signal \ + logitech-options # Basic software brew install \ - strace \ - convert \ wakeonlan \ yq \ git-lfs \ golang +git lfs install + # Infra-as-code brew install \ terraform \ terragrunt \ ansible \ + ansible-lint \ molecule # Monitoring tools brew install \ prometheus \ - alertmanager \ pint \ jsonnet \ jsonnet-bundler \ @@ -32,6 +39,9 @@ brew install \ # Kubernetes brew install \ + kubernetes-cli \ + krew \ + helm \ istioctl \ cilium-cli \ pluto \ @@ -39,16 +49,14 @@ brew install \ argocd \ derailed/popeye/popeye \ kind \ - chart-testing + chart-testing \ + rancher-cli # Cloud tools brew install \ - aksctl \ awscli \ azure-cli \ - gcloud \ - gke-gcloud-auth-plugin \ - gkectl + google-cloud-sdk # Others brew install \