-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Brewfile
75 lines (75 loc) · 1.15 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
70
71
72
73
74
75
tap "cybozu/assam"
tap "derailed/k9s"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
brew "[email protected]"
brew "readline"
brew "asdf"
brew "bash"
brew "bash-completion@2"
brew "bat"
brew "clang-format"
brew "cmake"
brew "colordiff"
brew "exa"
brew "fish"
brew "gawk"
brew "gcc"
brew "gdb"
brew "gh"
brew "ghq"
brew "gibo"
brew "git"
brew "gnu-sed"
brew "gnu-time"
brew "gnupg"
brew "gnuplot"
brew "go"
brew "grep"
brew "highlight"
brew "htop"
brew "hub"
brew "jq"
brew "kind"
brew "kubernetes-cli"
brew "llvm"
brew "protobuf"
brew "mosh"
brew "peco"
brew "qemu"
brew "reattach-to-user-namespace"
brew "shared-mime-info"
brew "shpotify"
brew "starship"
brew "tig"
brew "tmux"
brew "tree"
brew "watch"
brew "wget"
brew "yq"
brew "cybozu/assam/assam"
brew "derailed/k9s/k9s"
cask "1password"
cask "alfred"
cask "chromium"
cask "discord"
cask "firefox"
cask "gitify"
cask "google-chrome"
cask "iterm2"
cask "karabiner-elements"
cask "kindle"
cask "minecraft"
cask "notion"
cask "obs"
cask "slack"
cask "spotify"
cask "tripmode"
cask "vagrant"
cask "virtualbox"
cask "visual-studio-code"
cask "xquartz"
cask "zoom"