-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
48 lines (44 loc) · 899 Bytes
/
Brewfile
File metadata and controls
48 lines (44 loc) · 899 Bytes
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
cask_args appdir: '/Applications'
tap 'homebrew/cask'
brew 'bash'
brew 'zsh'
brew 'git'
brew 'vim'
brew 'coreutils'
brew 'imagemagick'
brew 'postgresql'
brew 'redis'
brew 'tree'
brew 'dfu-programmer'
brew 'docker'
brew 'docker-compose'
brew 'yarn'
brew 'the_silver_searcher'
cask '1password'
cask 'flux'
cask 'iterm2'
cask 'alfred'
cask 'caffeine'
cask 'spotify'
cask 'dropbox'
cask 'karabiner-elements'
cask 'stretchly'
cask 'notion'
cask 'zoom'
cask 'imageoptim'
cask 'selfcontrol'
cask 'discord'
cask 'logi-options+'
cask 'logitech-camera-settings'
cask 'docker'
# from Mac app store
# Skitch, Be Focused, Color Note, Parcel, Pocket, Meeter, Slack, Todoist, WhatsApp
# to compile QMK firmware
# https://docs.qmk.fm/#/getting_started_build_tools?id=macos
tap 'osx-cross/avr'
tap 'PX4/homebrew-px4'
brew 'avr-gcc@8'
brew 'dfu-programmer'
brew 'dfu-util'
brew 'gcc-arm-none-eabi'
brew 'avrdude'