-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
61 lines (52 loc) · 1.32 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
cask_args appdir: '/Applications'
tap 'homebrew/services'
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'wez/wezterm'
brew 'mas'
# neovim
tap 'neovim/homebrew-neovim'
tap 'universal-ctags/universal-ctags'
brew 'neovim'
brew 'universal-ctags', args: ['HEAD']
# cask
cask 'google-chrome'
cask 'firefox'
cask 'slack'
cask 'vlc'
cask 'font-input'
# cask 'sourcetree'
# app store
mas 'PDFScanner', id: 410968114
# brew
brew 'fzf'
brew 'git'
brew 'imagemagick'
brew 'rbenv'
brew 'node'
brew 'nodenv'
brew 'reattach-to-user-namespace'
brew 'tig'
brew 'tmux' # swallow key issue? https://github.com/tmux/tmux/issues/2705
brew 'zsh'
brew 'ripgrep'
brew 'ag' # ff
brew 'clang-format'
brew 'rename'
brew 'yarn'
brew 'gpg'
brew 's3cmd'
brew 'python'
brew 'hub'
brew 'graphicsmagick'
brew 'overmind'
brew 'lazygit'
# services
brew 'postgresql@10', restart_service: :changed, start_service: true
brew 'dnsmasq', restart_service: :changed, start_service: true
brew 'rabbitmq', restart_service: :changed, start_service: true
brew 'nginx', restart_service: :changed, start_service: true
brew 'redis', restart_service: :changed, start_service: true
# yabai / skhd (untested brewfile additions)
brew 'koekeishiya/formulae/yabai', restart_service: :changed, start_service: true
brew 'koekeishiya/formulae/skhd', restart_service: :changed, start_service: true