-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile.franklin
108 lines (93 loc) · 1.94 KB
/
Brewfile.franklin
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
106
107
108
# -*- 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.
tap "dart-lang/dart"
tap "eth-p/software"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "sass/sass"
tap "timidrobot/tap"
# Applications to install.
cask "atom"
cask "db-browser-for-sqlite"
cask "emacs"
cask "github"
cask "go2shell"
cask "google-chrome"
cask "iina"
cask "intellij-idea"
cask "iterm2"
cask "keyboard-maestro"
cask "lastpass"
cask "microsoft-remote-desktop"
cask "mpv"
# cask "mysqlworkbench"
cask "nvalt"
cask "oxygen-xml-editor"
cask "phpstorm"
cask "postman"
cask "pycharm"
cask "shiftit"
cask "skype"
cask "slack"
cask "spotify"
cask "virtualbox"
cask "virtualbox-extension-pack"
cask "vlc"
cask "webstorm"
cask "whatsapp"
cask "xscreensaver"
# ordered packages
brew "[email protected]"
brew "deployer", 'ignore-dependencies': true # must be after php.
brew "composer", 'ignore-dependencies': true # must be after php.
brew "php-cs-fixer", 'ignore-dependencies': true # must be after php.
brew "[email protected]"
brew "bash-completion"
brew "bat"
brew "bat-extras"
brew "clamav"
brew "cmc"
brew "coreutils"
brew "curl"
brew "curl-openssl"
brew "ffmpeg"
brew "flac"
brew "git"
brew "httpd"
brew "hub"
brew "imagemagick"
brew "jing-trang"
brew "jq"
brew "lame"
brew "lnav"
brew "mailhog"
brew "mariadb"
brew "maven"
brew "moreutils"
brew "openjdk@11"
brew "pandoc"
brew "pv"
brew "rename"
brew "ruby"
brew "sass"
brew "saxon"
brew "shellcheck"
brew "solr"
brew "sqlite"
brew "ssh-copy-id"
brew "tree"
brew "wget"
brew "yarn"
# pip3 install Sphinx
# npm install --global bower yarn
# curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony
# chmod a+x /usr/local/bin/symfony