-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
111 lines (111 loc) · 2.61 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
tap "homebrew/bundle"
tap "koekeishiya/formulae"
tap "oven-sh/bun"
brew "bat"
brew "btop"
brew "eza"
brew "fd"
brew "fish"
brew "flyctl"
brew "fzf"
brew "gh"
brew "git"
brew "git-delta"
brew "gitui"
brew "helix"
brew "httpie"
brew "jq"
brew "n"
brew "neovim"
brew "pnpm"
brew "ripgrep"
brew "starship"
brew "tree"
brew "vercel-cli"
brew "yadm"
brew "zoxide"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
brew "oven-sh/bun/bun"
cask "alt-tab"
cask "betterdisplay"
cask "bitwarden"
cask "brave-browser"
cask "cleanshot"
cask "clop"
cask "cursor"
cask "figma"
cask "font-commit-mono-nerd-font"
cask "font-geist-mono"
cask "font-geist-mono-nerd-font"
cask "font-inter"
cask "font-jetbrains-mono"
cask "ghostty"
cask "google-chrome"
cask "google-drive"
cask "iina"
cask "jetbrains-toolbox"
cask "jordanbaird-ice"
cask "karabiner-elements"
cask "latest"
cask "meetingbar"
cask "messenger"
cask "notion"
cask "onyx"
cask "rapidapi"
cask "raycast"
cask "readdle-spark"
cask "slack"
cask "sonos"
cask "spotify"
cask "visual-studio-code"
cask "warp"
cask "wezterm"
cask "zed"
vscode "aaron-bond.better-comments"
vscode "bennycode.sort-everything"
vscode "bodil.file-browser"
vscode "bradlc.vscode-tailwindcss"
vscode "chakrounanas.turbo-console-log"
vscode "christian-kohler.npm-intellisense"
vscode "christian-kohler.path-intellisense"
vscode "coachrichbart.better-jest"
vscode "dbaeumer.vscode-eslint"
vscode "editorconfig.editorconfig"
vscode "esbenp.prettier-vscode"
vscode "formulahendry.auto-rename-tag"
vscode "foxundermoon.shell-format"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "github.github-vscode-theme"
vscode "gruntfuggly.todo-tree"
vscode "jacobdufault.fuzzy-search"
vscode "jasonnutter.search-node-modules"
vscode "jdinhlife.gruvbox"
vscode "kahole.magit"
vscode "lokalise.i18n-ally"
vscode "marclipovsky.string-manipulation"
vscode "mikestead.dotenv"
vscode "million.million-lint"
vscode "mrmlnc.vscode-duplicate"
vscode "ms-azuretools.vscode-docker"
vscode "pkief.material-icon-theme"
vscode "qufiwefefwoyn.kanagawa"
vscode "raunofreiberg.vesper"
vscode "rebornix.toggle"
vscode "redhat.vscode-yaml"
vscode "ryuta46.multi-command"
vscode "sburg.vscode-javascript-booster"
vscode "shd101wyy.markdown-preview-enhanced"
vscode "subframe7536.custom-ui-style"
vscode "sumneko.lua"
vscode "supermaven.supermaven"
vscode "tyriar.sort-lines"
vscode "usernamehw.errorlens"
vscode "visualstudioexptteam.intellicode-api-usage-examples"
vscode "visualstudioexptteam.vscodeintellicode"
vscode "vscodevim.vim"
vscode "vspacecode.whichkey"
vscode "wraith13.file-path-bar"
vscode "yoavbls.pretty-ts-errors"
vscode "yzhang.markdown-all-in-one"