-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
75 lines (63 loc) · 1.14 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
# Make sure we’re using the latest Homebrew
update
# Add taps
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "koekeishiya/formulae"
# Core utilities
brew "python"
brew "git"
brew "gnu-tar"
brew "gnutls"
brew "stow"
brew "make"
brew "tmux"
brew "vim"
brew "wget"
# Usability
brew "koekeishiya/formulae/yabai"
brew "koekeishiya/formulae/skhd"
cask "kitty"
cask "font-source-code-pro"
cask "zerotier-one"
# cask "hyperswitch"
# cask "spectacle"
# Core apps
cask "1password"
cask "google-chrome"
cask "wavebox"
cask "marshallofsound-google-play-music-player"
# Useful utilities
brew "htop"
brew "sshfs"
brew "subversion"
brew "tree"
brew "ranger"
brew "ctags"
brew "dduan/formulae/tre"
brew "keith/formulae/tag"
# Useful apps
cask "balenaetcher"
cask "transmission"
cask "virtualbox"
cask "vlc"
# Creative apps
cask "spotify"
cask "musescore"
cask "gimp"
cask "bitwig-studio"
# Language support
brew "node"
brew "opam"
brew "haskell-stack"
# Publishing
cask "microsoft-office"
cask "mactex"
brew "pandoc"
brew "graphviz"
brew "librsvg"
# Remove outdated versions from the cellar
cleanup