-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBrewfile
More file actions
171 lines (157 loc) · 4.37 KB
/
Brewfile
File metadata and controls
171 lines (157 loc) · 4.37 KB
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
171
# https://github.com/Homebrew/homebrew-bundle
# https://gist.github.com/ChristopherA/a579274536aab36ea9966f301ff14f3f
tap 'hashicorp/tap'
brew 'chezmoi'
brew 'coreutils' # For e. g. `numfmt`
brew 'fish'
brew 'fisher'
brew 'libyaml' # For 'ruby-install' via mise
brew 'mas'
brew 'mise'
brew "mysql-client" # For gem 'mysql2'
brew 'pass'
brew 'pinentry-mac'
brew 'pwgen'
brew 'ripgrep'
# brew 'ruby-build' # Needed or included in mise?
brew 'tmux'
brew 'watch'
brew 'zstd' # For gem 'mysql2'
brew 'hashicorp/tap/terraform'
# Nice source of helpers:
# https://draptik.github.io/2023-10-digital-craftsmanship-nordoberpfalz-modern-linux-cli-tools
brew 'bat'
brew 'fd'
brew 'lazydocker'
brew 'lsd' # https://github.com/eza-community/eza ?
brew 'ncdu'
brew 'tldr'
# https://github.com/Homebrew/homebrew-cask/blob/master/USAGE.md
cask 'alacritty'
cask 'docker-desktop'
cask 'font-blex-mono-nerd-font'
cask 'font-ibm-plex-mono'
cask 'font-jetbrains-mono-nerd-font'
cask 'font-victor-mono-nerd-font'
cask 'ghostty'
cask 'google-chrome'
cask 'hammerspoon'
cask 'karabiner-elements'
cask 'p4v' # P4Merge
cask 'rubymine'
cask 'sourcetree'
cask 'spotify'
cask 'signal'
cask 'visual-studio-code'
cask 'vlc'
cask 'zed'
# https://github.com/mas-cli/mas
# TODO Home: Ist das alles aus dem App Store?
mas 'Numbers', id: 409203825
# mas 'GarageBand', id: 682658836
# mas 'iMovie', id: 408981434
mas 'Xcode', id: 497799835
mas 'Pages', id: 409201541
mas 'Keynote', id: 409183694
mas 'Trello', id: 1278508951
mas 'JSON Peep for Safari 1.3.2', id: 1458969831
############################
# Specific for home computer
if `/opt/homebrew/bin/chezmoi data --format=json | jq .chezmoi.config.data.isHome`.chomp == 'true'
brew 'borgbackup'
brew 'ffmpeg' # For 'photo_archive_index'
brew 'gtk4' # For crate 'relm4'
brew 'imagemagick' # For 'photo_archive_index'
brew 'iperf3'
brew 'nomad'
brew 'pkg-config' # For crate 'relm4'
brew 'rclone'
brew 'rustup-init'
brew 'swaks'
cask 'adobe-creative-cloud'
cask 'audacity'
cask 'blackhole-2ch'
cask 'chatgpt'
cask 'elgato-stream-deck'
cask 'fujitsu-scansnap-home'
cask 'izotope-product-portal'
cask 'mixing-station'
cask 'moneymoney'
cask 'musescore'
cask 'reaper'
cask 'rustrover'
cask 'sonos'
cask 'utm'
cask 'webstorm'
cask 'wezterm'
# TODO Home: Do I need VS Code at home?
vscode "rust-lang.rust-analyzer"
# Currently not used
# tap 'pulumi/tap'
# brew 'ansible'
# brew 'pulumi'
# cask 'mactex-no-gui'
# cask 'tuxguitar'
else
# Previously but not currently used software installed with Homebrew:
# cowsay, dos2unix, fswatch, graphviz, htop-osx,
# jemalloc, memcached, ntfs-3g, s3cmd, terminal-notifier, unison
brew 'awscli'
brew 'fswatch'
brew 'git-lfs'
brew 'iperf'
brew 'telnet'
brew 'uv'
brew 'wget'
# brew 'git'
# brew 'gnupg'
# brew 'mysql-connector-c'
# brew 'reattach-to-user-namespace'
# TODO: Replace with https://github.com/matryer/xbar ?
cask 'bitbar'
cask 'bitwarden'
cask 'cyberduck'
cask 'gimp'
cask 'miniconda'
cask 'mysqlworkbench'
cask 'veracrypt'
cask 'wireshark-app'
mas 'Windows App', id: 1295203466
mas 'The Unarchiver', id: 425424353
mas 'Telefon', id: 406825478
# TODO: Everything needed for work environment?
vscode "dbaeumer.vscode-eslint"
vscode "dotjoshjohnson.xml"
vscode "fabianlauer.vs-code-xml-format"
vscode "golf1052.code-sync"
vscode "gruntfuggly.todo-tree"
vscode "hashicorp.terraform"
vscode "idleberg.textile"
vscode "leighlondon.eml"
vscode "michaelnewton.textile-preview"
vscode "mitchdenny.ecdc"
vscode "ms-azuretools.vscode-docker"
vscode "ms-ceintl.vscode-language-pack-de"
vscode "ms-python.debugpy"
vscode "ms-python.isort"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-toolsai.jupyter"
vscode "ms-toolsai.jupyter-keymap"
vscode "ms-toolsai.jupyter-renderers"
vscode "ms-toolsai.vscode-jupyter-cell-tags"
vscode "ms-toolsai.vscode-jupyter-slideshow"
vscode "ms-vscode-remote.remote-containers"
vscode "ms-vsliveshare.vsliveshare"
# vscode "faustinoaq.crystal-lang"
vscode "oderwat.indent-rainbow"
vscode "serayuzgur.crates"
vscode "skyapps.fish-vscode"
vscode "tamasfe.even-better-toml"
vscode "tomoki1207.pdf"
vscode "usernamehw.errorlens"
vscode "vadimcn.vscode-lldb"
vscode "wayou.vscode-todo-highlight"
vscode "yzane.markdown-pdf"
vscode "ziyasal.vscode-open-in-github"
end