-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
42 lines (42 loc) · 721 Bytes
/
Brewfile
File metadata and controls
42 lines (42 loc) · 721 Bytes
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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
brew "coreutils"
brew "libyaml"
brew "asdf"
brew "awscli"
brew "bash"
brew "bat"
brew "curl"
brew "diff-so-fancy"
brew "fd"
brew "git"
brew "jq"
brew "lcov"
# brew "lazydocker"
brew "lazygit"
brew "lua-language-server"
brew "neovim"
# brew "postgresql"
# brew "mysql", restart_service: true
# brew "redis", restart_service: true
brew "ripgrep"
brew "tree"
brew "tidy-viewer"
brew "wget"
brew "zsh"
brew "shared-mime-info"
cask "aerial"
cask "alfred"
cask "firefox"
cask "google-chrome"
cask "iina"
cask "shottr"
cask "slack"
cask "tableplus"
cask "the-unarchiver"
cask "visual-studio-code"
cask "1password"
cask "orbstack"
cask "warp"