Skip to content

Commit

Permalink
fix osx installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Jan 8, 2024
1 parent d05d247 commit f856046
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dots/exports
Original file line number Diff line number Diff line change
Expand Up @@ -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

26 changes: 17 additions & 9 deletions osx/brew.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,54 +1,62 @@
#!/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 \
thanos

# Kubernetes
brew install \
kubernetes-cli \
krew \
helm \
istioctl \
cilium-cli \
pluto \
fleet-cli \
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 \
Expand Down

0 comments on commit f856046

Please sign in to comment.