-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdot_Brewfile
89 lines (89 loc) · 1.57 KB
/
dot_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
tap "felixkratz/formulae"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/services"
tap "koekeishiya/formulae"
tap "neovim/neovim"
tap "wez/wezterm"
brew "ack"
brew "apache-arrow"
brew "bat"
brew "chezmoi"
brew "cmake"
brew "libssh2"
brew "exa"
brew "fd"
brew "flyctl"
brew "fzf"
brew "[email protected]"
brew "gdal"
brew "git"
brew "git-delta"
brew "libidn2"
brew "gnutls"
brew "gnupg"
brew "go"
brew "protobuf"
brew "grpc"
brew "guile"
brew "hub"
brew "jq"
brew "tree-sitter"
brew "neovim", args: ["HEAD"]
brew "openssl@3", link: false
brew "postgresql@14"
brew "[email protected]"
brew "reattach-to-user-namespace"
brew "rename"
brew "ripgrep"
brew "teensy_loader_cli"
brew "telnet"
brew "the_silver_searcher"
brew "tig"
brew "tree"
brew "volta"
brew "watch"
brew "watchman"
brew "wget"
brew "z"
brew "zsh"
brew "felixkratz/formulae/sketchybar"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
cask "1password"
cask "adobe-creative-cloud"
cask "alfred"
cask "arc"
cask "audio-hijack"
cask "blackhole-2ch"
cask "discord"
cask "docker"
cask "droidcam-obs"
cask "elgato-stream-deck"
cask "farrago"
cask "fission"
cask "font-inconsolata-go-nerd-font"
cask "font-iosevka"
cask "font-iosevka-nerd-font"
cask "font-jetbrains-mono-nerd-font"
cask "font-martian-mono"
cask "font-roboto"
cask "font-space-mono-nerd-font"
cask "google-chrome"
cask "kitty"
cask "loopback"
cask "obs"
cask "obsidian"
cask "postman"
cask "raycast"
cask "script-debugger"
cask "signal"
cask "slack"
cask "slack-cli"
cask "spaceman"
cask "spotify"
cask "todoist"
cask "tower"
cask "vlc"
cask "wezterm-nightly"
cask "zoom"