-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
131 lines (124 loc) · 2.64 KB
/
Brewfile
File metadata and controls
131 lines (124 loc) · 2.64 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
if OS.mac?
# taps
tap "homebrew/cask"
tap "homebrew/cask-fonts"
brew "mas" # brew app store integration
brew "noti" # notify when process exits
brew "trash" # move files to trash
# Applications
cask "iterm2"
cask "imageoptim"
# cask "anybar"
# cask "soundsource"
# cask "farrago"
# cask "loopback"
# cask "audio-hijack"
# cask "paw"
# cask "postman"
# cask "hazel"
# cask "istat-menus"
# cask "textbar"
# cask "rocket" # slack style emoji autocomplete
# cask "vmware-fusion"
# cask "choosy" # open link in any browser
# Browsers
cask "firefox"
cask "google-chrome"
# Fonts
cask "font-fira-code"
cask "font-jetbrains-mono"
cask "font-cascadia-mono"
cask "font-3270-nerd-font"
cask "font-fira-code-nerd-font"
cask "font-fira-mono-nerd-font"
cask "font-hack-nerd-font"
cask "font-inconsolata-nerd-font"
cask "font-meslo-lg-nerd-font"
# macOS App Store
mas "Xcode", id: 497799835
# mas "ColorSlurp", id: 1287239339
mas "Telegram Lite", id: 946399090
mas "Xcode", id: 497799835
mas "Keynote", id: 409183694
# mas "HP Smart", id: 1474276998
mas "iMovie", id: 408981434
mas "Flycut", id: 442160987
# mas "GIPHY CAPTURE", id: 668208984
mas "Slack", id: 803453959
mas "WhatsApp", id: 1147396723
# mas "Pages", id: 409201541
# mas "Flow", id: 1423210932
# mas "Amphetamine", id: 937984704
# mas "Numbers", id: 409203825
elsif OS.linux?
brew "xclip"
end
tap "homebrew/bundle"
tap "homebrew/core"
# packages
brew "ack"
brew "awscli"
brew "bash"
brew "bat" # cat but with syntax highlighting
brew "cloc" # Statistics utility to count lines of code
# brew "composer"
brew "cowsay"
brew "ctags"
brew "curl"
brew "diff-so-fancy"
brew "entr" # arbitrary commands when files change
# brew "etcd"
# brew "exa" # modern ls alternative
brew "fd" # modern find alternative
brew "fish"
# brew "fontconfig"
brew "fortune"
brew "fzf"
brew "gettext"
brew "gh"
brew "git-quick-stats"
brew "git"
# brew "glib"
brew "gnupg"
brew "go"
brew "gradle"
brew "grep"
brew "htop"
brew "httpie"
brew "icu4c"
brew "jq"
brew "lazydocker"
brew "lazygit"
brew "libarchive"
# brew "libssh2"
brew "lnav"
brew "lolcat"
brew "markdown"
brew "maven"
brew "minikube"
brew "mysql"
# brew "neofetch"
brew "neovim"
brew "nghttp2"
brew "node"
brew "openjdk"
brew "php"
brew "protobuf"
brew "python"
brew "python@3.9"
brew "readline"
brew "ripgrep"
brew "ruby"
brew "shellcheck"
brew "sops"
brew "sqlite"
brew "terminal-notifier"
brew "terraform"
brew "tmux"
brew "tree"
brew "vim"
brew "watch"
brew "wdiff"
brew "webp"
brew "wget"
brew "yq"