-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
50 lines (48 loc) · 773 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 "candid82/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "yqrashawn/goku"
tap "eth-p/software"
# Python build dependencies
brew "[email protected]"
brew "readline"
brew "sqlite3"
brew "xz"
brew "zlib"
brew "bash-completion"
brew "bat"
brew "eth-p/software/bat-extras"
brew "coreutils"
brew "cloc"
brew "ctags"
brew "efm-langserver"
brew "exa"
brew "fd"
brew "fzf"
brew "gh"
brew "git"
brew "git-gui"
brew "git-delta"
brew "htop"
brew "jq"
brew "magic-wormhole"
brew "neovim"
brew "node"
brew "pgcli"
brew "pipx"
brew "prettier"
brew "pyenv"
brew "pyenv-virtualenv"
brew "pyright"
brew "ripgrep"
brew "shellcheck"
brew "sqlite-utils"
brew "stow"
brew "tflint"
brew "tmux"
brew "tree"
brew "watch"
brew "wget"
brew "yqrashawn/goku/goku"
brew "zplug"