-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
126 lines (126 loc) · 2.59 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
tap "adoptopenjdk/openjdk"
tap "cmacrae/formulae"
tap "danger/tap"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/services"
tap "koekeishiya/formulae"
tap "ngrok/ngrok"
tap "wez/wezterm"
brew "act"
brew "anyenv"
brew "jpeg-xl"
brew "aom"
brew "automake"
brew "openssl@3"
brew "asdf"
brew "autojump"
brew "bat"
brew "grpc"
brew "bear"
brew "berkeley-db", link: true
brew "bottom"
brew "glib"
brew "carthage"
brew "chezmoi"
brew "cmake"
brew "dbmate"
brew "deno"
brew "duf"
brew "dust"
brew "fd"
brew "unbound"
brew "gnutls"
brew "harfbuzz"
brew "libass"
brew "pango"
brew "tesseract"
brew "ffmpeg"
brew "fish"
brew "fzf"
brew "gdk-pixbuf"
brew "gh"
brew "ghq"
brew "git"
brew "git-lfs"
brew "glow"
brew "gobject-introspection"
brew "librsvg"
brew "graphviz"
brew "guile"
brew "hub"
brew "shared-mime-info"
brew "libheif"
brew "imagemagick"
brew "jq"
brew "krb5"
brew "libfido2"
brew "llvm"
brew "lsd"
brew "mas"
brew "mecab"
brew "mecab-ipadic"
brew "mysql", restart_service: true
brew "neofetch"
brew "neovim"
brew "nghttp2"
brew "node"
brew "peco"
brew "postgresql@14"
brew "python@3.10"
brew "python@3.9"
brew "ripgrep"
brew "source-highlight"
brew "starship"
brew "tcl-tk", link: false
brew "the_silver_searcher"
brew "tig"
brew "tmux"
brew "tree"
brew "vagrant-completion"
brew "vim"
brew "viu"
brew "wget"
brew "yarn"
brew "youtube-dl"
brew "yt-dlp"
brew "zoxide"
brew "zsh-syntax-highlighting"
brew "cmacrae/formulae/spacebar"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
cask "alfred", args: { appdir: "/Applications" }
cask "alt-tab"
cask "android-platform-tools", args: { appdir: "/Applications" }
cask "android-studio"
cask "anki", args: { appdir: "/Applications" }
cask "arc"
cask "background-music"
cask "brooklyn", args: { appdir: "/Applications" }
cask "cleanshot"
cask "discord", args: { appdir: "/Applications" }
cask "docker", args: { appdir: "/Applications" }
cask "dotnet-sdk"
cask "figma", args: { appdir: "/Applications" }
cask "font-fontawesome"
cask "font-hack-nerd-font", args: { appdir: "/Applications" }
cask "google-japanese-ime"
cask "graphiql"
cask "iterm2", args: { appdir: "/Applications" }
cask "karabiner-elements", args: { appdir: "/Applications" }
cask "keycastr", args: { appdir: "/Applications" }
cask "ngrok"
cask "notion", args: { appdir: "/Applications" }
cask "notion-calendar"
cask "obsidian"
cask "postman", args: { appdir: "/Applications" }
cask "raycast"
cask "sequel-ace"
cask "shottr"
cask "spotify", args: { appdir: "/Applications" }
cask "spotmenu"
cask "unity"
cask "unity-hub"
cask "vagrant"
cask "visual-studio-code", args: { appdir: "/Applications" }
cask "wezterm"