-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Brewfile
54 lines (54 loc) · 910 Bytes
/
.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
tap "homebrew/autoupdate"
tap "homebrew/bundle"
tap "homebrew/services"
tap "nikitabobko/tap"
brew "btop"
brew "htop"
brew "cmake"
brew "coreutils", link: false
brew "dart-sdk", link: false
brew "duf"
brew "eza"
brew "fd"
brew "fzf"
brew "gcc"
brew "git"
brew "git-delta"
brew "git-lfs"
brew "lazygit"
brew "llvm"
brew "neovim"
brew "openjdk@17"
brew "openssh"
brew "ripgrep"
brew "rustup"
brew "shellcheck"
brew "texlive", link: false
brew "tmux"
brew "watch"
brew "wget"
cask "aerospace"
cask "bartender"
cask "discord"
cask "element"
cask "firefox"
cask "flameshot"
cask "font-fira-mono-nerd-font"
cask "font-jetbrains-mono-nerd-font"
cask "iina"
cask "karabiner-elements"
cask "mos"
cask "nextcloud"
cask "notchnook"
cask "obs"
cask "obs-ndi"
cask "obsidian"
cask "raycast"
cask "skim"
cask "stremio"
cask "thunderbird"
cask "wezterm"
cask "wireshark"
cask "zotero"
cask "bitwarden"
cask "wireguard-tools"