-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
80 lines (72 loc) · 1.6 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
76
77
78
79
80
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tab 'homebrew/cask-drivers'
cask_args appdir: '/Applications'
# core (out of alpabetical order because of dependencies)
brew 'coreutils'
brew 'gpg'
brew 'asdf'
# shells
brew 'bash'
brew 'fish'
brew 'xonsh'
brew 'zsh'
# cli
brew 'bat'
brew 'exa'
brew 'fd'
brew 'fzf'
brew 'global'
brew 'mosh', args: ['head'] # need head to work with blink on iPad
brew 'ripgrep'
brew 'tmux'
# dev
brew 'diff-so-fancy'
brew 'git'
brew 'git-delta' # slightly better (imo) git-diff tool
brew 'lazygit'
brew 'neovim'
brew 'universal-ctags/universal-ctags/universal-ctags', args: ['head'] # doesn't exist in brew core yet
# cask 'anaconda' # this will only get installed on macos because it's a cask
# libraries
brew 'luarocks'
# fonts
# cask 'font-jetbrains-mono' # can't install these until they're signed
# cask 'font-jetbrainsmono-nerd-font'
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
# macOS Applications
cask 'alfred'
cask 'bartender'
cask 'bettertouchtool'
# cask 'brave-browser'
# cask 'contexts'
cask 'dash'
cask 'discord'
# cask 'dropbox'
cask 'fantastical'
cask 'firefox'
# cask 'flux'
# cask 'github'
cask 'iterm2'
cask 'karabiner-elements'
cask 'krisp'
cask 'obsidian'
cask 'pandora'
# cask 'popclip'
# cask 'rectangle'
# cask 'riot'
cask 'sidequest'
cask 'slack'
cask 'sonos'
cask 'spotify' # won't currently install because it doesn't have a hash - June 3, 2020
cask 'transmission'
cask 'visual-studio-code'
cask 'vivaldi'
cask 'vlc'
# Oculus Quest Specific
cask 'android-platform-tools'
brew 'scrcpy'