-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
88 lines (88 loc) · 1.67 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
78
79
80
81
82
83
84
85
86
87
88
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "ngrok/ngrok"
tap "shopify/shopify"
brew "bat"
brew "fastfetch"
brew "fzf"
brew "gh"
brew "gnupg"
brew "hcloud"
brew "jq"
brew "kubernetes-cli"
brew "lua"
brew "make"
brew "neofetch"
brew "neovim"
brew "node@20"
brew "pipx"
brew "[email protected]"
brew "redis"
brew "thefuck"
brew "tmux"
brew "tree"
brew "zig"
brew "hashicorp/tap/terraform"
brew "shopify/shopify/shopify-cli"
cask "1password"
cask "1password-cli"
cask "adobe-creative-cloud"
cask "airbuddy"
cask "alfred"
cask "anydesk"
cask "arc"
cask "bartender"
cask "chatgpt"
cask "cleanmymac"
cask "cleanshot"
cask "cloudflare-warp"
cask "cryptomator"
cask "discord"
cask "docker"
cask "dropbox"
cask "font-jetbrains-mono"
cask "gemini"
cask "ghostty"
cask "gitkraken"
cask "hammerspoon"
cask "hazel"
cask "istat-menus"
cask "jetbrains-toolbox"
cask "karabiner-elements"
cask "mac-mouse-fix"
cask "microsoft-auto-update"
cask "microsoft-excel"
cask "microsoft-word"
cask "monitorcontrol"
cask "ngrok"
cask "notion"
cask "permute"
cask "postman"
cask "redis-insight"
cask "rocket-typist"
cask "screen-studio"
cask "signal"
cask "slack"
cask "spotify"
cask "thunderbird"
cask "transmit"
cask "visual-studio-code"
cask "vlc"
cask "whatsapp"
cask "yubico-authenticator"
cask "yubico-yubikey-manager"
cask "zoom"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "github.vscode-github-actions"
vscode "golang.go"
vscode "hashicorp.terraform"
vscode "ms-azuretools.vscode-docker"
vscode "ms-python.python"
vscode "ms-vscode.makefile-tools"
vscode "redhat.ansible"
vscode "redhat.vscode-xml"
vscode "redhat.vscode-yaml"
vscode "shopify.theme-check-vscode"
vscode "vscodevim.vim"
vscode "ziglang.vscode-zig"