-
Notifications
You must be signed in to change notification settings - Fork 27
/
Brewfile
72 lines (63 loc) · 1.01 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
# utilities
brew "bat"
brew "b3sum"
brew "curl"
brew "jq"
brew "ripgrep"
brew "the_silver_searcher"
brew "tokei"
brew "tree"
brew "watchexec"
brew "wget"
brew "youtube-dl"
brew "yq"
brew "bench"
brew "fzf"
brew "xsv"
brew "fd"
brew "difftastic"
cask "signal"
cask "numi"
# searching documents
%w[rga pandoc poppler tesseract tesseract-lang ffmpeg].each do |package|
brew package
end
# shell
brew "starship"
brew "tmux"
brew "zsh"
# security
brew "gnupg"
brew "pinentry"
brew "pinentry-mac"
# development
brew "gist"
brew "git"
brew "git-crypt"
brew "git-lfs"
brew "graphviz"
brew "imagemagick"
brew "neovim"
brew "hub"
brew "zola"
brew "asdf"
brew "universal-ctags"
cask "chromedriver"
cask "ngrok"
cask "kitty"
cask "postico"
cask "rowanj-gitx"
cask "keycastr"
tap "heroku/brew"
brew "heroku"
tap "thoughtbot/formulae"
brew "parity"
brew "complexity"
tap "unused-code/formulae"
brew "unused-code/formulae/unused"
tap "homebrew/cask-fonts"
cask "font-cascadia-code-pl"
# databases
brew "postgresql"
brew "sqlite"
brew "redis"