-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
81 lines (81 loc) · 1.34 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
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
brew "xz"
brew "aom"
brew "bash"
brew "openssl@3"
brew "bat"
brew "btop"
brew "fd"
brew "ffmpeg"
brew "fzf"
brew "git-delta"
brew "lpeg"
brew "lua"
brew "luarocks"
brew "mecab"
brew "mise"
brew "readline"
brew "sqlite"
brew "yt-dlp"
brew "mpv"
brew "ncurses"
brew "ripgrep"
brew "nb"
brew "neofetch"
brew "neovim", args: ["HEAD"]
brew "pyenv"
brew "starship"
brew "stow"
brew "stylua"
brew "tcl-tk"
brew "tmux"
brew "tree"
brew "wifi-password"
brew "zlib"
cask "adobe-creative-cloud"
cask "alex313031-thorium"
cask "alt-tab"
cask "altserver"
cask "anki"
cask "calibre"
cask "cleanmymac"
cask "copilot"
cask "cycling74-max"
cask "discord"
cask "enjoyable"
cask "figma"
cask "firefox"
cask "flotato"
cask "font-fira-code-nerd-font"
cask "font-fira-mono-nerd-font"
cask "font-hack-nerd-font"
cask "font-inter"
cask "font-inter-tight"
cask "font-new-york"
cask "font-sf-mono"
cask "font-sf-pro"
cask "google-chrome"
cask "google-chrome-canary"
cask "keepassxc"
cask "linear-linear"
cask "mullvadvpn"
cask "nordvpn"
cask "notunes"
cask "obsidian"
cask "pocket-casts"
cask "qbittorrent"
cask "raycast"
cask "rectangle"
cask "signal"
cask "slack"
cask "spotify"
cask "steermouse"
cask "syncthing"
cask "the-unarchiver"
cask "ticktick"
cask "tor-browser"
cask "wezterm"
cask "zoom"
cask "zotero-beta"