-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathBrewfile
More file actions
75 lines (65 loc) · 1.12 KB
/
Brewfile
File metadata and controls
75 lines (65 loc) · 1.12 KB
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
# frozen_string_literal: true
# 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 'git-extras'
# nvim
brew 'nvim'
brew 'neovide'
# general utilities
brew 'bat'
brew 'coreutils'
brew 'dua-cli'
brew 'dust'
brew 'eza'
brew 'fd'
brew 'findutils'
brew 'fortune'
brew 'fzf'
brew 'gh'
brew 'jq'
brew 'pandoc'
brew 'less'
brew 'moreutils'
brew 'procs'
brew 'pstree'
brew 'ripgrep'
brew 'the_silver_searcher'
brew 'tree'
brew 'watch'
brew 'yq'
brew 'dysk'
brew 'choose-rust'
# networky
brew 'mtr'
brew 'nmap'
brew 'socat'
brew 'wget'
# programming languages
brew 'rbspy'
brew 'shellcheck'
brew 'mise'
brew 'starship'
brew 'specstoryai/tap/specstory'
# benchmarking
brew "hyperfine"
# container stuff
brew "container-diff"
cask 'jordanbaird-ice'
cask 'cleanshot'
cask 'dash'
cask 'finicky'
cask 'hammerspoon'
# cask 'hookshot' # removed from homebrew, install manually if needed
cask 'macbreakz'
cask 'obsidian'
cask "hazel"
# fonts
# trailing newline so make sure there's not a syntax error when joining with Brewfile.*