forked from webpro/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
60 lines (53 loc) · 798 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
tap "homebrew/bundle"
tap "lotyp/homebrew-formulae"
# core/dotfiles
brew "coreutils"
brew "duti"
brew "lotyp/formulae/dockutil"
brew "mackup"
brew "nano"
brew "stow"
brew "thefuck"
brew "topgrade"
# fs/network
brew "bat"
# brew "croc"
brew "httpie"
brew "ssh-copy-id"
brew "tree"
brew "unar"
brew "wget"
brew "zoxide"
# search/grep/diff
brew "diff-so-fancy"
brew "fd"
brew "fzf"
brew "git-delta"
brew "gnu-sed"
brew "grep"
brew "jq"
brew "psgrep"
brew "ripgrep"
brew "the_silver_searcher"
# languages/tools
brew "gh"
brew "n"
brew "python"
brew "ruby"
brew "rust"
# media
brew "ffmpeg"
brew "imagemagick"
brew "uni"
brew "webp"
# mytools
brew "awscli"
brew "git-lfs"
brew "m-cli"
brew "mariadb"
brew "postgresql@15"
brew "redis"
brew "vroom"
brew "watchman"
# brew "git"
# brew "git-extras"