-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
74 lines (58 loc) · 997 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
tap "homebrew/bundle"
tap "homebrew/core"
brew "starship"
brew "vim"
brew "tmux"
brew "coreutils"
brew "diffutils"
brew "gawk"
brew "grep"
brew "gnu-sed"
brew "gnu-tar"
brew "gzip"
brew "git"
brew "gh"
brew "ghq"
brew "git-secrets"
brew "jq"
brew "peco"
brew "wget"
brew "curl"
brew "httpie"
brew "ipcalc"
brew "tfenv"
brew "terraformer"
brew "mysql"
brew "[email protected]"
brew "pyenv"
brew "ruby-build"
brew "rbenv"
brew "nodenv"
brew "awscli@2"
brew "kubernetes-cli"
brew "kubectx"
brew "helm"
brew "helmfile"
tap "homebrew/cask-fonts"
cask "font-hackgen"
cask "font-hackgen-nerd"
tap "homebrew/cask-drivers"
cask "elgato-control-center"
cask "shureplus-motiv"
tap "k1low/tap"
brew "k1low/tap/tbls"
cask "alfred"
cask "scroll-reverser"
cask "google-chrome"
cask "google-japanese-ime"
cask "karabiner-elements"
cask "discord"
cask "wezterm"
cask "visual-studio-code"
cask "notion"
cask "dropbox"
cask "deepl"
cask "bitwarden"
cask "spotify"
cask "docker"
cask "microsoft-remote-desktop"