-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Brewfile
171 lines (158 loc) · 4.02 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
# Software I like
#
# When changing this file, you might also want to change these files:
# ~/.macos-dock
#
tap "homebrew/bundle"
brew "git"
brew "gh" # GitHub cli
brew "neovim"
brew "fzf" # Needed because apt version is too old for vim
brew "ripgrep" # Also needed for vim
if system 'uname -s | grep "Darwin" > /dev/null'
brew "bat"
brew "btop"
brew "choose-gui"
brew "coreutils"
brew "ctop"
brew "eza" # a fork of the discontinued exa
brew "git-delta"
brew "git-gui" # gitk
brew "git-lfs"
brew "glow"
brew "gnupg"
brew "htop"
brew "jq" # jq is a lightweight and flexible command-line JSON processor.
brew "lazygit"
brew "markdownlint-cli"
brew "newsboat"
brew "p7zip"
brew "pipx"
brew "rclone"
brew "the_silver_searcher"
brew "watch"
brew "wget"
brew "yq"
brew "yt-dlp"
brew "zsh-completions"
cask "adapter" # General purpose video converter
cask "appcleaner"
cask "cryptomator"
cask "dupeguru"
cask "finicky"
cask "firefox"
cask "fluor"
cask "font-humor-sans"
cask "font-monaspace"
cask "font-monaspace"
cask "font-open-sans"
cask "font-sauce-code-pro-nerd-font"
cask "hammerspoon"
cask "handbrake"
cask "keepassxc"
cask "keka"
cask "kitty"
cask "knockknock"
cask "maccy"
cask "macdown"
cask "maestral"
#cask "mpv" replaced by iina because of installation loops
cask "iina"
cask "netnewswire"
cask "obs" # Open-source software for live streaming and screen recording.
cask "onedrive"
cask "signal"
cask "sourcetree"
cask "syntax-highlight"
cask "tiles"
cask "tor-browser"
cask "transmission"
cask "visual-studio-code"
cask "whatsapp"
cask "zed"
mas "Disk Graph", id: 697942581
tap "marwanhawari/tap"
brew "stew"
vscode "dakara.transformer"
vscode "dotjoshjohnson.xml"
vscode "esbenp.prettier-vscode"
vscode "exiasr.hadolint"
vscode "file-icons.file-icons"
vscode "formulahendry.auto-close-tag"
vscode "formulahendry.auto-rename-tag"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "github.vscode-github-actions"
vscode "johnpapa.vscode-peacock"
vscode "ms-azuretools.vscode-docker"
vscode "ms-vscode-remote.remote-containers"
vscode "nhoizey.gremlins"
vscode "redhat.vscode-xml"
vscode "redhat.vscode-yaml"
vscode "streetsidesoftware.code-spell-checker"
vscode "timonwong.shellcheck"
vscode "yzhang.markdown-all-in-one"
if system 'uname -p | grep "i386" > /dev/null'
cask "macfuse" # macfuse is still the best choice for non-arm Macs
end
if system 'uname -p | grep "arm" > /dev/null'
# userspace implementation of FUSE, replaces macfuse
tap "macos-fuse-t/homebrew-cask"
cask "fuse-t"
end
if system 'hostname | grep "kabylake" > /dev/null'
brew "podman"
cask "steam"
cask "thunderbird"
else
#brew "node"
#cask "azure-data-studio"
#cask "dozer" # Replaced by ICE
#cask "kdiff3" deprecated, replaced with vscode
#cask "meld" # deprecated, replaced with kdiff
#cask "microsoft-azure-storage-explorer"
#cask "postman" # RIP, replaced by bruno
brew "az"
brew "dive"
brew "hadolint"
brew "imagemagick"
brew "k9s"
brew "kubectx"
brew "nvm"
brew "shellcheck"
brew "sops"
brew "yarn"
cask "1password"
cask "1password-cli"
cask "bruno"
cask "camunda-modeler"
cask "cyberduck"
cask "db-browser-for-sqlite"
cask "devtoys"
cask "docker"
cask "fluor"
cask "gephi"
cask "gimp"
cask "google-cloud-sdk"
cask "hex-fiend"
cask "imageoptim"
cask "inkscape"
cask "jetbrains-toolbox"
cask "jordanbaird-ice"
cask "libreoffice"
mas "Boop", id: 1518425043
mas "CotEditor", id: 1024640650
mas "GIPHY CAPTURE", id: 668208984
mas "Numbers", id: 409203825
mas "Xcode", id: 497799835
tap "Azure/kubelogin"
brew "kubelogin"
tap "nats-io/nats-tools"
brew "nats-io/nats-tools/nats"
cask "clockify"
cask "itsycal"
cask "microsoft-edge"
cask "microsoft-teams"
mas "MeetingBar", id: 1532419400
end
end