-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
126 lines (110 loc) · 2.05 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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
# Homebrew extensions
brew 'mas'
# Essentials
brew 'zsh'
brew 'git'
brew 'neovim'
brew 'helix'
# Shell setup
brew 'sheldon'
brew 'starship'
brew 'eza'
brew 'zoxide'
brew 'ellie/atuin/atuin'
brew 'zellij'
# General language tooling
brew 'proto'
# Node setup
brew 'nvm'
brew 'yarn'
brew 'pnpm'
# Python setup
brew 'poetry'
brew 'pyenv'
# Rust setup
brew 'rustup-init'
# Terraform setup
brew 'terraform'
# JVM setup
brew 'sdkman/tap/sdkman-cli'
# Git tools
brew 'git-lfs'
brew 'git-extras'
brew 'git-secrets'
# CLI tools
brew 'cloc'
brew 'fzf'
brew 'gh'
brew 'wget'
brew 'telnet'
brew 'curl'
brew 'bat'
brew 'ffmpeg'
brew 'fd'
brew 'dbcli/tap/pgcli'
brew 'litecli'
brew 'shellcheck'
brew 'ripgrep'
# Other tools
brew 'cmake'
brew 'make'
# Quicklook
cask 'quicklook-json'
cask 'quicklook-csv'
# Fonts
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-mulish'
cask 'font-fira-code'
cask 'font-source-sans-pro'
cask 'font-inter'
cask 'font-figtree'
cask 'font-fira-code-nerd-font'
# Apps
cask 'visual-studio-code'
cask 'karabiner-elements'
cask 'wezterm'
cask 'orbstack'
cask 'figma'
cask 'slack'
cask 'signal'
cask 'beeper'
cask 'raycast'
cask 'obsidian'
cask 'jordanbaird-ice'
cask 'spotify'
cask 'iina'
cask 'mediahuman-audio-converter'
cask 'monitorcontrol'
cask 'transmission'
cask 'google-chrome'
cask 'linear-linear'
cask 'jetbrains-toolbox'
cask 'notion'
cask 'netnewswire'
cask 'eddie'
cask 'backblaze'
cask 'keka'
cask 'hpedrorodrigues/tools/dockutil'
cask '1password/tap/1password-cli'
# Mac apps
mas "Userscripts", id: 1463298887
mas "Raivo OTP", id: 1498497896
mas "Tailscale", id: 1475387142
mas "Mela Recipe Manager", id: 1568924476
mas "NextDNS", id: 1464122853
mas "1Password for Safari", id: 1569813296
mas "Velja", id: 1607635845
mas "Anybox", id: 1593408455
mas "Hush", id: 1544743900
mas "DaisyDisk", id: 411643860
mas "Amphetamine", id: 937984704
mas "WhatsApp", id: 310633997
mas "GoodLinks", id: 1474335294
mas "PiPifier", id: 1160374471