-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
50 lines (47 loc) · 1.17 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
# https://github.com/homebrew/homebrew-bundle
tap "dart-lang/dart"
tap "homebrew-ffmpeg/ffmpeg"
tap "mutagen-io/mutagen"
tap "sass/sass"
tap "teamookla/speedtest"
brew "atomicparsley" # https://github.com/yt-dlp/yt-dlp#dependencies
brew "blueutil"
brew "closure-compiler"
brew "dnsmasq", restart_service: true
brew "exiftool"
brew "homebrew-ffmpeg/ffmpeg/ffmpeg", args: ["with-fdk-aac"]
brew "findutils" # GNU find and xargs, as gfind and gxargs
brew "fontforge"
brew "gifsicle"
brew "git"
brew "httpd", restart_service: true
brew "imagemagick"
brew "mariadb", restart_service: true
brew "media-info"
brew "mcrypt"
brew "moreutils"
brew "mutagen-io/mutagen/mutagen" # https://github.com/yt-dlp/yt-dlp#dependencies
brew "node"
brew "php", restart_service: true
brew "phpmyadmin"
brew "pipx"
brew "postgresql@14", restart_service: true
brew "python"
brew "rbenv"
brew "rename" # rename command, useful when combined with gfind
brew "restic"
brew "rsync"
brew "sass/sass/sass"
brew "speedtest"
brew "ssh-copy-id"
brew "svgo"
brew "telnet"
brew "the_silver_searcher"
brew "watch"
brew "wget"
brew "wp-cli"
brew "yt-dlp"
cask "android-platform-tools" # for adb
cask "rar"
cask "sequel-ace"
cask "qlvideo"