-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
51 lines (47 loc) · 792 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 "homebrew/cask"
# CLI: https://formulae.brew.sh/formula/
brew "pstree"
brew "tree"
brew "htop"
brew "nmap"
brew "jq"
brew "ghq"
brew "peco"
brew "tmux"
brew "watch"
brew "ctags"
brew "vim"
brew "neovim"
brew "shfmt"
brew "awscli"
brew "gcutil"
# Programming Languages
brew "[email protected]"
brew "gopls"
brew "golangci-lint"
brew "efm-langserver" # required from vim-lsp
brew "node@14"
brew "yarn"
brew "deno"
# Apps: https://formulae.brew.sh/cask/
#cask "google-cloud-sdk"
#cask "google-japanese-ime"
#cask "google-chrome"
#cask "macvim"
#cask "iterm2"
#cask "docker"
#cask "vimr"
#cask "visual-studio-code"
#cask "notion"
#cask "kindle"
## paid
#cask "lastpass"
#cask "loopback"
#cask "audio-hijack"
#cask "grammarly"
#
## if needed
#cask "figma"
#cask "gimp"
#cask "inkscape"
#cask "java"