-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
59 lines (48 loc) · 848 Bytes
/
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
# ------ Formulae / SDKs ------
# Languages
cask 'temurin'
# Development Tools
brew 'git'
brew 'gradle'
# Shell
brew 'zsh'
brew 'zsh-syntax-highlighting'
brew 'zsh-autosuggestions'
brew 'starship'
# Command Line Tools
brew 'eza'
brew 'chezmoi'
brew 'curl'
brew 'gh'
brew 'mas'
brew 'fastfetch'
brew 'pinentry-mac'
brew 'vim'
brew 'yt-dlp'
brew 'wget'
cask '1password-cli'
# Media
brew 'ffmpeg'
# ------ Applications ------
# Art & Design
mas 'Pixelmator Pro', id: 1289583905
# Developer Tools
cask 'coteditor'
cask 'orbstack'
cask 'gpg-suite-no-mail'
cask 'iterm2@beta'
cask 'tower'
cask 'transmit'
cask 'visual-studio-code'
mas 'Developer', id: 640199958
# Productivity
cask 'raycast'
mas 'Fantastical', id: 975937182
# Miscellaneous
cask '1password'
cask 'appcleaner'
cask 'cleanshot'
cask 'iina'
cask 'keka'
cask 'stats'
cask 'swish'