-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
130 lines (130 loc) · 2.39 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
tap "adoptopenjdk/openjdk"
tap "cargo-lambda/cargo-lambda"
tap "getsentry/tools"
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "k1low/tap"
brew "act"
brew "xz"
brew "awscli"
brew "bash-completion"
brew "bash-git-prompt"
brew "bat"
brew "certbot"
brew "cmake"
brew "colordiff"
brew "coreutils"
brew "deno"
brew "eza"
brew "fd"
brew "gcc"
brew "ffmpeg"
brew "fzf"
brew "gh"
brew "gcc"
brew "git"
brew "gitmoji"
brew "gnu-sed"
brew "go"
brew "goenv", args: ["HEAD"]
brew "hadolint"
brew "htop"
brew "imagemagick@6", link: true
brew "jq"
brew "kubernetes-cli"
brew "minikube"
brew "mysql"
brew "[email protected]"
brew "neovim"
brew "nkf"
brew "node-build"
brew "nodenv"
brew "openjdk"
brew "postgresql"
brew "procs"
brew "pyenv"
brew "python-build"
brew "ruby-build"
brew "rbenv"
brew "redis"
brew "ripgrep"
brew "rust"
brew "rust-analyzer"
brew "rustup"
brew "stylua"
brew "subversion"
brew "tree"
brew "unar"
brew "watch"
brew "wget"
brew "yarn"
brew "zsh-completions"
brew "zsh-git-prompt"
brew "zsh-syntax-highlighting"
brew "cargo-lambda/cargo-lambda/cargo-lambda"
brew "getsentry/tools/sentry-cli"
brew "hashicorp/tap/terraform"
brew "hashicorp/tap/terraform-ls"
brew "k1low/tap/tbls"
cask "bitwarden"
cask "coteditor"
cask "craft"
cask "day-o"
cask "deepl"
cask "deluge"
cask "discord"
cask "docker"
cask "dropbox"
cask "firefox"
cask "font-cascadia-mono"
cask "font-code-new-roman-nerd-font"
cask "font-dejavu-sans-mono-nerd-font"
cask "font-fira-code-nerd-font"
cask "font-hack-nerd-font"
cask "font-ibm-plex-mono"
cask "font-inconsolata-nerd-font"
cask "font-jetbrains-mono-nerd-font"
cask "font-meslo-lg-nerd-font"
cask "font-monaspace"
cask "font-monaspace-nerd-font"
cask "font-noto-sans-cjk-jp"
cask "font-noto-sans-mono-cjk-jp"
cask "font-roboto"
cask "font-sauce-code-pro-nerd-font"
cask "font-sf-mono-for-powerline"
cask "gimp"
cask "google-chrome"
cask "google-cloud-sdk"
cask "google-drive"
cask "google-japanese-ime"
cask "grammarly"
cask "gyazo"
cask "imageoptim"
cask "inkscape"
cask "iterm2"
cask "messenger"
cask "microsoft-edge"
cask "microsoft-teams"
cask "mimestream"
cask "ngrok"
cask "nordvpn"
cask "notion"
cask "obsidian"
cask "onedrive"
cask "postman"
cask "qlvideo"
cask "rectangle"
cask "sequel-ace"
cask "session-manager-plugin"
cask "skitch"
cask "slack"
cask "spotify"
cask "tableplus"
cask "tunnelblick"
cask "typora"
cask "visual-studio-code"
cask "vivaldi"
cask "vlc"
cask "xquartz"
cask "zoom"