forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
57 lines (50 loc) · 1004 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
# Binaries
brew 'bash' # Latest Bash version
brew 'bat' # Used for spatie/visit
brew 'coreutils' # Those that come with macOS are outdated
brew 'ffmpeg'
brew 'gh'
brew 'git'
brew 'grep'
brew 'httpie'
brew 'jq' # Used for spatie/visit
brew 'mas' # Mac App Store manager
brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20
brew 'dockutil'
# Prompt
brew 'starship'
# Spatie Medialibrary
brew 'jpegoptim'
brew 'optipng'
brew 'pngquant'
brew 'svgo'
brew 'gifsicle'
# Development
brew 'php'
brew 'neovim'
# Apps
cask 'discord'
cask 'figma'
cask 'firefox'
cask 'github'
cask 'orbstack'
cask 'rectangle'
cask 'jetbrains-toolbox'
cask 'hammerspoon'
cask 'imageoptim'
cask 'transmission'
cask 'alt-tab'
cask 'maccy'
cask 'telegram-desktop'
cask 'keka'
cask 'kekaexternalhelper'
cask 'visual-studio-code'
cask 'zed'
# Quicklook
# cask 'qlmarkdown'
# cask 'quicklook-json'
# Fonts
cask 'font-jetbrains-mono'
cask 'font-symbols-only-nerd-font'
# Mac App Store
mas 'Amphetamine', id: 937984704