-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.Brewfile
77 lines (66 loc) · 1.23 KB
/
.Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
tap "ngrok/ngrok"
brew "coreutils"
brew "gnu-sed"
brew "gnu-tar"
brew "gzip"
brew "envchain"
brew "git"
brew "neovim"
brew "zsh"
brew "zsh-completions"
brew "composer"
brew "[email protected]"
brew "node@20" # latest LTS
brew "[email protected]" # latests supported WordPress version
brew "[email protected]"
brew "uv"
brew "bat"
brew "curl"
brew "fzf"
brew "htop"
brew "jq"
brew "ripgrep"
brew "sops"
brew "age"
brew "tree"
brew "wget"
brew "yq"
brew "watch"
brew "mtr"
brew "gh"
brew "helm"
brew "kube-ps1"
brew "kubectl"
brew "kubectx"
brew "kustomize"
brew "docker-completion"
brew "doctl"
brew "dockutil"
brew "mas"
cask "font-sauce-code-pro-nerd-font"
cask "discord"
cask "ngrok"
cask "tunnelblick"
cask "firefox"
cask "gpg-suite-no-mail"
cask "kitty"
cask "orbstack"
cask "rectangle"
cask "secretive"
cask "sequel-ace"
cask "slack"
# cask "microsoft-teams"
cask "skype"
cask "tableplus"
cask "the-unarchiver"
cask "whatsapp"
cask "spotify"
cask "imageoptim"
cask "google-cloud-sdk"
cask "adobe-acrobat-reader"
mas "Enpass", id:732710998 # Install Enpass from App Store so that I can unlock it with Touch ID
mas "OneDrive", id:823766827
mas "Microsoft Excel", id:462058435
mas "Microsoft Word", id:462054704
mas "Pages", id:409201541
mas "Numbers", id:409203825