-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
58 lines (49 loc) · 990 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
#----------------------------------------
# Formulae
#----------------------------------------
# Development Tools
brew "fish"
brew "vim"
brew "git"
# brew "fzf"
# brew "ranger"
# brew "highlight"
# brew "difftastic"
# Embedded development
brew "cmake"
brew "picotool"
brew "open-ocd"
# brew "stlink"
# brew "stm32flash"
# brew "arm-none-eabi-gcc"
#----------------------------------------
# Casks
#----------------------------------------
# General GUI
# cask "google-chrome"
# cask "zoomus"
# cask "slack"
cask "tunnelblick"
cask "spotify"
cask "iterm2"
# cask "amethyst"
# cask "rstudio"
# Development GUI
cask "emacs"
cask "visual-studio-code"
# cask "docker"
# cask "postman"
# cask "kitematic"
# cask "sequel-pro"
# cask "robo-3t"
# Embedded development GUI tools
cask "kicad"
#----------------------------------------
# Taps
# ---------------------------------------
# Heroku CLI
# tap "heroku/brew"
# brew "heroku"
# Fonts
tap "homebrew/cask-fonts"
cask "font-inconsolata"