-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
105 lines (99 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# -*- ruby -*-
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install the packages in this brew file:
# `brew bundle install`
# Install applications globally.
cask_args appdir: "/Applications", "no-quarantine": true
# brew taps.
## bat-extras
tap "eth-p/software"
## brew bundling
tap "homebrew/bundle"
## Apps
tap "homebrew/cask"
## Fonts
tap "homebrew/cask-fonts"
## brew services
tap "homebrew/services"
## Symfony
tap "symfony-cli/tap"
## cmc
tap "timidrobot/tap"
# Applications to install.
cask "battle-net"
cask "beatunes"
cask "displaylink"
cask "displaylink-login-extension"
cask "emacs"
cask "firefox"
cask "font-fira-mono"
cask "font-gnu-unifont"
cask "font-juliamono"
cask "font-stix"
cask "github"
cask "go2shell"
cask "google-chrome"
cask "handbrake"
cask "iina"
cask "intellij-idea"
cask "iterm2"
cask "lastpass"
cask "libreoffice"
cask "microsoft-outlook"
cask "microsoft-teas"
cask "mpv"
cask "mysqlworkbench"
cask "oxygen-xml-editor"
cask "phpstorm"
cask "postman"
cask "pycharm"
cask "pulsar"
cask "rectangle"
cask "signal"
cask "sourcetree"
cask "spotify"
cask "transmission"
cask "transmission-remote-gui"
cask "vienna"
cask "vlc"
cask "webstorm"
cask "whatsapp"
cask "xscreensaver"
# ordered packages
brew "php"
brew "composer", 'ignore-dependencies': true # must be after php.
brew "ant"
brew "bash-completion"
brew "bat"
brew "bat-extras"
brew "clamav"
brew "cmc"
brew "coreutils"
brew "curl"
brew "dos2unix"
brew "ffmpeg"
brew "flac"
brew "git"
brew "httpd", restart_service: true
brew "hub"
brew "imagemagick"
brew "jing-trang"
brew "jq"
brew "lame"
brew "mariadb", restart_service: true
brew "maven"
brew "moreutils"
brew "node"
brew "npm"
brew "openjdk"
brew "pv"
brew "rename"
brew "saxon"
brew "shellcheck"
brew "solr"
brew "sqlite"
brew "ssh-copy-id"
brew "tidy-html5"
brew "tree"
brew "wget"
brew "yt-dlp"