-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
50 lines (46 loc) · 823 Bytes
/
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
tap "thoughtbot/formulae"
tap "universal-ctags/universal-ctags"
tap "homebrew/cask-fonts"
# OS
brew "autojump"
brew "bash"
brew "cmake"
brew "exa"
brew "git-delta"
brew "fzf"
brew "git"
brew "neovim"
brew "openssl"
brew "rcm"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "rga" # ripgrep-all
brew "tmux"
brew "universal-ctags", args: ["HEAD"]
brew "watchman"
brew "zsh"
cask "qlmarkdown"
cask "qlstephen"
cask "font-hack-nerd-font"
# Utilities
brew "awscli"
brew "bat"
brew "cloc"
brew "fd"
brew "htop"
brew "httpie"
brew "imagemagick"
brew "jq"
brew "pandoc"
brew "qt5"
brew "shellcheck"
brew "ssh-copy-id"
brew "tree"
# Programming language prerequisites and package managers
brew "coreutils"
brew "libyaml" # should come after openssl"
brew "yarn"
cask "gpg-suite"
# Databases
brew "postgresql"
brew "redis"