-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
55 lines (45 loc) · 2.42 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
#
# How to use:
# Run 'brew bundle' in the same folder as this file.
#
# Binaries
tap 'amazeeio/lagoon-cli'
brew 'amazeeio/lagoon-cli/lagoon' # Command line tool for interacting with a Lagoon API
brew 'ansible' # Automate deployment, configuration, and upgrading
brew 'doctl' # Command-line tool for DigitalOcean
brew 'eza' # A modern replacement for ls: https://eza.rocks/
brew 'gh' # Github CLI
brew 'git' # Git (replace the one from Apple)
brew 'httpie' # User-friendly cURL replacement (command-line HTTP client)
brew 'mkcert' # Simple tool to make locally trusted development certificates
brew 'nvm' # Manage multiple Node.js versions
brew 'openssh' # Better SSH client
brew 'opentofu' # Tool to build, change, and version infrastructure
brew 'yarn' # JS package manager
brew 'gpatch' # GNU patch
#brew 'aquasecurity/trivy/trivy' # Vulnerability Scanner for Containers and other Artifacts, Suitable for CI.
#brew 'mackup' # Keep your Mac's application settings in sync
#brew 'nss' # Libraries for security-enabled client and server applications
# Development
tap 'shivammathur/php'
brew 'shivammathur/php/[email protected]' # PHP 8.2
brew 'shivammathur/php/[email protected]' # PHP 8.3
brew 'php' # PHP 8.4
brew 'composer' # Composer
# Apps
cask '1password-cli' # 1password CLI
cask 'orbstack' # Orbstack Docker
cask 'firefox' # Firefox browser
cask 'google-chrome' # Google Chrome Browser
cask 'istat-menus' # iStats Menus 6
cask 'iterm2' # Terminal
cask 'keepingyouawake' # KeepingYouAwake
cask 'phpstorm' # IDE
cask 'rectangle' # Move and resize windows in macOS using keyboard shortcuts or snap areas
cask 'beekeeper-studio' # Beekeeper Studio
cask 'slack' # Slack chats
cask 'sublime-text' # Text editor
cask 'tunnelblick' # VPN for Helsinki University
# Additional apps
#cask 'steam' # Steam
#cask 'transmission' # Torrent client