-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathBrewfile
86 lines (74 loc) · 1.26 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
81
82
83
84
85
86
# frozen_string_literal: true
tap 'homebrew/services'
tap 'homebrew/command-not-found'
tap 'tophat/bar'
# core shell environment stuff
brew 'fish'
brew 'direnv'
brew 'thefuck'
brew 'tmux'
brew 'reattach-to-user-namespace'
# git
brew 'git-lfs'
brew 'git'
brew 'git-delta'
brew 'gh'
brew 'git-extras'
# gpg
brew 'gpg2'
brew 'gnupg'
brew 'pinentry-mac'
cask 'gpg-suite'
# nvim
brew 'nvim'
brew 'neovide'
# tmux
# general utilities
brew 'bat'
brew 'cheat'
brew 'coreutils'
brew 'fd'
brew 'findutils'
brew 'fzf'
brew 'jq'
brew 'less'
brew 'mackup'
brew 'moreutils'
brew 'pstree'
brew 'the_silver_searcher'
brew 'tree'
brew 'watch'
brew 'gh'
# networky
brew 'mtr'
brew 'nmap'
brew 'socat'
brew 'wget'
# programming languages
# see Brewfile.* for ruby stuff
brew 'rbspy'
brew 'shellcheck'
brew 'mise'
# benchmarking
brew "hyperfine"
# container stuff
brew "container-diff"
cask 'aerial'
cask 'bartender'
cask 'cleanshot'
cask 'dash'
cask 'hammerspoon'
cask 'hookmark'
cask 'hookshot'
cask 'macbreakz'
cask 'obsidian'
cask "hazel"
# fonts
cask 'font-fira-code'
cask 'font-hack'
cask 'font-hammersmith-one'
cask 'font-inconsolata'
cask 'font-lobster'
cask 'font-press-start-2p'
cask 'font-quicksand'
# trailing newline so make sure there's not a syntax error when joining with Brewfile.*