-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
55 lines (50 loc) · 972 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
55
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
cask_args appdir: "/Applications", fontdir: "${HOME}/Library/Fonts"
cask "1password"
cask "alacritty"
cask "deepl"
cask "docker"
cask "firefox-developer-edition"
cask "font-iosevka-ss09"
cask "hammerspoon"
cask "karabiner-elements"
# GNU programs to replace the BSD ones
brew "coreutils"
brew "binutils"
brew "diffutils"
brew "ed"
brew "findutils"
brew "gawk"
brew "gnu-indent"
brew "gnu-sed"
brew "gnu-tar"
brew "gnu-which"
brew "grep"
brew "gzip"
brew "screen"
# GNU programs existing in macOS but with outdated versions
brew "bash"
brew "bison"
brew "make"
brew "zsh"
# other programs
brew "bash-language-server"
brew "curl"
brew "fzf"
brew "git"
brew "grpcurl"
brew "htop"
brew "libpq", link: true
brew "mold"
brew "nvim"
brew "openssl"
brew "shellcheck"
brew "telnet"
brew "tmux"
brew "yabai"
brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-syntax-highlighting"