-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Brewfile
72 lines (72 loc) · 1.17 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
tap "buo/cask-upgrade"
tap "dart-lang/dart"
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "jesseduffield/lazygit"
brew "actionlint"
brew "awscli"
brew "bat"
brew "curl"
brew "deno"
brew "diff-so-fancy"
brew "expect"
brew "eza"
brew "fd"
brew "ffmpeg"
brew "fzf"
brew "gh"
brew "ghq"
brew "git"
brew "gnupg"
brew "go"
brew "golangci-lint"
brew "goreleaser"
brew "gradle"
brew "httpie"
brew "hugo"
brew "jq"
brew "k9s"
brew "kubernetes-cli"
brew "kubectx"
brew "mise"
brew "neovim"
brew "nodenv"
brew "ranger"
brew "rbenv"
brew "ripgrep"
brew "shellcheck"
brew "starship"
brew "tmux"
brew "tree"
brew "wget"
brew "z"
brew "zsh"
brew "hashicorp/tap/terraform"
brew "jesseduffield/lazygit/lazygit"
cask "1password"
cask "alacritty"
cask "appcleaner"
cask "caffeine"
cask "clipy"
cask "discord"
cask "docker"
cask "flutter"
cask "font-hack-nerd-font"
cask "google-chrome"
cask "google-cloud-sdk"
cask "google-japanese-ime"
cask "hammerspoon"
cask "intellij-idea-ce"
cask "karabiner-elements"
cask "microsoft-auto-update"
cask "obsidian"
cask "onyx"
cask "raycast"
cask "rectangle"
cask "sequel-ace"
cask "slack"
cask "spotify"
cask "the-unarchiver"
cask "visual-studio-code"
cask "vlc"
cask "zoom"