-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
54 lines (51 loc) · 824 Bytes
/
Brewfile
File metadata and controls
54 lines (51 loc) · 824 Bytes
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
# Prerequisites
tap "caskroom/cask"
tap "neovim/neovim"
# Must be installed first
cask "java"
brew "awscli"
brew "cmake"
brew "ctags"
brew "direnv"
brew "elasticsearch"
brew "exercism"
brew "fd"
brew "git"
brew "git-delta"
brew "gnupg2"
brew "go"
brew "gopls"
brew "gpg-agent"
brew "kubectl"
brew "lazygit"
brew "luarocks"
brew "magic-wormhole"
brew "matplotlib"
brew "mongodb"
brew "neovim"
brew "node"
brew "numpy"
brew "pure"
brew "python"
brew "python3"
brew "reattach-to-user-namespace"
brew "redis"
brew "ripgrep"
brew "sbt"
brew "scala"
brew "scipy"
brew "tmux"
brew "vim"
brew "yarn"
brew "z"
brew "zsh"
# Only cask install for personal machines
# cask "1password"
# cask "firefox"
# cask "google-chrome"
# cask "google-drive"
# cask "iterm2"
# cask "slack"
# cask "telegram"
# cask "the-unarchiver"
# cask "vlc"