-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
61 lines (51 loc) · 811 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
56
57
58
59
60
61
tap "homebrew/bundle"
# https://aquaproj.github.io/docs/install/#homebrew
tap "aquaproj/aqua"
# GNU toolchain for macOS
brew "coreutils"
brew "moreutils"
brew "findutils"
brew "diffutils"
brew "grep"
brew "less"
brew "tree"
brew "make"
brew "curl"
brew "wget"
# Shell
brew "starship"
brew "bash"
brew "bash-completion"
brew "mosh"
# VCS
brew "git"
brew "git-lfs"
brew "gh"
brew "ghq"
# Enhancements
brew "readline"
brew "rlwrap"
brew "zoxide"
brew "fzf"
brew "bat"
brew "eza"
brew "ripgrep"
brew "ripgrep-all"
brew "fd"
brew "delta"
# Editor
brew "emacs"
brew "neovim"
brew "neovim-remote"
# JSON and YAML processors
brew "jq"
brew "yq"
# Package managers
brew "aquaproj/aqua/aqua"
brew "asdf"
# Terminal Multiplexer
brew "tmux"
# Terminal
cask "alacritty"
cask "font-hack"
cask "font-hack-nerd-font"