-
Notifications
You must be signed in to change notification settings - Fork 2
/
Brewfile
69 lines (66 loc) · 1.06 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
# setup
tap "aws/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
# have to install java first
cask "adoptopenjdk"
# everything else
brew "sqlite"
brew "python"
brew "asciinema"
brew "awscli"
brew "bash-completion"
brew "cmake"
brew "cowsay"
brew "git"
brew "git-lfs"
brew "go"
brew "jq"
brew "kubernetes-cli"
brew "kubernetes-helm"
brew "lolcat"
brew "maven"
brew "neovim"
brew "netcat"
brew "node"
brew "pandoc"
brew "parquet-tools"
brew "perl"
brew "postgresql"
brew "pyenv"
brew "pyenv-virtualenv"
brew "pipenv"
brew "r"
brew "rename"
brew "ripgrep"
brew "ruby"
brew "sbt"
brew "scala"
brew "telnet"
brew "tmux"
brew "tree"
brew "unixodbc"
brew "vim"
brew "watch"
brew "aws/tap/aws-sam-cli"
# other casks
cask "basictex"
cask "docker"
cask "dropbox"
cask "flux"
cask "font-source-code-pro"
cask "google-cloud-sdk"
cask "iterm2"
cask "keybase"
cask "snowflake-snowsql"
cask "spotify"
cask "steam"
cask "sublime-text"
cask "vagrant"
cask "virtualbox"
cask "virtualbox-extension-pack"
cask "vlc"
cask "wireshark"