-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
68 lines (67 loc) · 1.04 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
if OS.mac?
brew "git"
tap "homebrew/cask"
tap "homebrew/core"
brew "wezterm"
brew "koekeishiya/formulae/yabai"
brew "koekeishiya/formulae/skhd"
brew "avrdude"
brew "swift-format"
brew "ghostty"
elsif OS.linux?
brew "zsh"
end
tap "homebrew/bundle"
brew "neovim"
brew "fzf"
brew "ghq"
brew "go"
brew "pyenv"
brew "rbenv"
brew "wget"
brew "awscli"
brew "kubernetes-cli"
brew "protobuf"
brew "jq"
brew "yq"
brew "k9s"
brew "tenv"
brew "ripgrep"
brew "java11"
brew "lazygit"
brew "lazydocker"
brew "git-delta"
brew "luarocks"
brew "cmake"
brew "gh"
brew "lsd"
brew "zsh-autopair"
brew "fd"
brew "bat"
brew "git-lfs"
brew "sheldon"
brew "direnv"
brew "starship"
brew tap "daipeihust/tap"
brew "im-select"
brew "trash"
brew "deno"
tap "tinygo-org/tools"
brew "tinygo"
brew "stern"
tap "soracom/soracom-cli"
brew "soracom-cli"
brew "smartmontools"
brew "serpl"
brew "stern"
brew "xcodegen"
brew "xcode-build-server"
brew "neofetch"
brew "sqlc"
brew "gopls"
brew "staticcheck"
brew "grpcurl"
brew "yazi"
brew "aquaproj/aqua/aqua"
brew "tenv"
brew "zellij"