-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
65 lines (65 loc) · 2.06 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
# Lightweight DNS forwarder and DHCP server
brew "dnsmasq"
# GitHub command-line tool
brew "gh"
# Postgres C API library
brew "libpq"
# Ultra relevant, instant and typo-tolerant full-text search API
brew "meilisearch", restart_service: true
# Open source relational database management system
brew "[email protected]", restart_service: true, link: true
# HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server
brew "nginx"
# Platform built on V8 to build network applications
brew "node@18", link: true
# General-purpose scripting language
brew "[email protected]", link: true
# Object-relational database system
brew "postgresql@16", restart_service: true, link: true
# Persistent key-value database, with built-in net interface
brew "[email protected]", restart_service: true, link: true
# Tools for the WireGuard secure network tunnel
brew "wireguard-tools"
# Application launcher and productivity software
cask "alfred"
# Web browser
cask "google-chrome"
# Tools to protect your files
cask "gpg-suite-no-mail"
# Terminal emulator as alternative to Apple's Terminal app
cask "iterm2"
# Provides updates to various Microsoft products
cask "microsoft-auto-update"
# Meet, chat, call, and collaborate in just one place
cask "microsoft-teams"
# Knowledge base that works on top of a local folder of plain text Markdown files
cask "obsidian"
# PHP IDE by JetBrains
cask "phpstorm"
# Collaboration platform for API development
cask "postman"
# Time optimising application
cask "rescuetime"
# Native GUI tool for relational databases
cask "tableplus"
# Window manager
cask "tiles"
# Tinker tool for PHP and Laravel developers
cask "tinkerwell"
# Open-source code editor
cask "visual-studio-code"
vscode "bmewburn.vscode-intelephense-client"
vscode "bradlc.vscode-tailwindcss"
vscode "esbenp.prettier-vscode"
vscode "GitHub.copilot"
vscode "GitHub.copilot-chat"
vscode "GitHub.github-vscode-theme"
vscode "IronGeek.vscode-env"
vscode "PKief.material-icon-theme"
vscode "sleistner.vscode-fileutils"
vscode "Vue.volar"
vscode "WakaTime.vscode-wakatime"