-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
53 lines (53 loc) · 917 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
51
52
53
tap "aws/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "mongodb/brew"
tap "mscharley/homebrew"
tap "neovim/neovim"
tap "universal-ctags/universal-ctags"
brew "alp"
brew "coreutils"
brew "asdf"
brew "awscli"
brew "bat"
brew "fontconfig"
brew "gettext"
brew "circleci"
brew "cmake"
brew "ctags", link: false
brew "curl"
brew "docutils"
brew "exa"
brew "fzf"
brew "git"
brew "git-delta"
brew "jq"
brew "mysql"
brew "neovim"
brew "nkf"
brew "postgresql"
brew "pstree"
brew "the_silver_searcher"
brew "tig"
brew "tree"
brew "unzip"
brew "watch"
brew "wget"
brew "yarn"
brew "zoxide"
brew "zsh"
brew "zsh-completions"
brew "aws/tap/aws-sam-cli"
brew "mongodb/brew/mongodb-community"
cask "docker"
cask "dropbox"
cask "font-hack-nerd-font"
cask "imageoptim"
cask "sequel-ace"
cask "sequel-pro"
cask "skitch"
cask "table-tool"
cask "virtualbox"