forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
134 lines (124 loc) · 4.58 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
tap 'buo/cask-upgrade'
tap 'heroku/brew'
tap 'shivammathur/php'
# Utilities
#brew 'fabianishere/personal/pam_reattach' # Requirement to have TouchID for Sudo in Terminal, https://github.com/fabianishere/pam_reattach
brew 'awscli' # CLI for AWS
brew 'brew-php-switcher' # Tool to easily switch PHP versions
brew 'certbot' # CLI to handle SSL certificates
brew 'coreutils' # Mac OS Coreutils is Outdated
brew 'ffmpeg' # Video Manipulation
brew 'figlet' # Text to Ascii Art
brew 'git' # Git Version Control
brew 'heroku' # CLI for Heroku
brew 'httpie' # Rest Http Request Sender
brew 'hub' # Improved Github Commands
brew 'm-cli' # Mac OS Cli Tool
brew 'mackup' # App OS Configuration Backup Tool
brew 'mas' # Mac App Store Manager
brew 'nano' # Console Text Editor
brew 'nmap' # Network Tools
brew 'rename' # Renaming Tool
brew 'svn' # needed for some cask installs
brew 'tree' # Show Directory as Tree
brew 'wifi-password' # Show Password of Current Wifi
brew 'youtube-dl' # Download Youtube Vid
# Image Tools
brew 'gifsicle'
brew 'imagemagick'
brew 'jpegoptim'
brew 'optipng'
brew 'pngquant'
brew 'svgo'
# Development
brew 'composer'
brew 'dnsmasq'
brew 'mariadb'
brew 'nginx'
brew 'shivammathur/php/[email protected]', link: false
brew 'shivammathur/php/[email protected]', link: false
brew 'shivammathur/php/[email protected]', link: false
brew '[email protected]', link: false
brew '[email protected]', restart_service: true, link: true
brew 'redis'
# Apps
cask '1password' # Password Manager
cask 'adobe-acrobat-reader' # PDF's
cask 'adobe-creative-cloud' # Adobe Tools
cask 'alfred' # Task Runner
cask 'appcleaner' # Clean Apps
cask 'asana' # Asana PM
cask 'bartender' # Organize MacOS Bar
cask 'cleanmymac' # System Cleaner
cask 'colorsnapper' # Pick Colors on screen
cask 'daisydisk' # Analyze Disk usage
cask 'dash' # Dev Docs
cask 'docker' # Dev Docs
cask 'dropbox' # File Cloud
cask 'figma' # Browser
cask 'firefox' # Browser
cask 'google-chrome' # Browser
cask 'imageoptim' # Image Optimization
cask 'istat-menus' # CPU & RAM Usage etc
cask 'iterm2' # Terminal
cask 'kap' # Screen Capture
cask 'microsoft-auto-update'# MS Auto Update
cask 'microsoft-excel' # MS Office Excel
cask 'microsoft-word' # MS Office Word
cask 'microsoft-teams' # MS Office Teams
cask 'namechanger' # Bulk renaming utility
cask 'postman' # API Request Tool
cask 'protonmail-bridge' # ProtonMail Client Bridge
cask 'protonvpn' # Proton VPN client
cask 'recordit' # Quick Screen capture
cask 'sequel-ace' # DB managment
cask 'signal' # Messenger
cask 'sketch' # Design App
cask 'slack' # Communication
cask 'sourcetree' # Git UI
cask 'spectacle' # Window management with keys
cask 'spotify' # Sound App
cask 'standard-notes' # Privacy Notes App
cask 'sublime-text' # Coding editor
cask 'teamviewer' # Remote control
cask 'telegram-desktop' # Messenger
cask 'the-unarchiver' # Zipfile tool
cask 'thunderbird' # E-Mail
cask 'tinkerwell' # PHP Live Editor
cask 'tor-browser' # Deep Web Browser
cask 'transmission' # Torrent Tool
cask 'transmit' # FTP Client
cask 'visual-studio-code' # Coding Editor
cask 'vlc' # Video Player
cask 'whatsapp' # Messenger
cask 'wkhtmltopdf' # CLI PDF Generator
cask 'zoom' # Video chat
cask 'zwift' # VR cycling
cask 'electronmail' # ProtonMail client
cask 'threema' # Threema Client
cask 'geekbench' # Performance Measurement
# Quicklook
cask 'qlstephen' # For plain files
# Fonts
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
cask 'font-fira-code'
cask 'font-arvo'
cask 'font-chivo'
# Mac App Store
mas 'Giphy Capture', id: 668208984
mas 'Harvest', id: 506189836
mas 'HEIC Converter', id: 1294126402
mas 'Keynote', id: 409183694
mas 'Memory Diag', id: 748212890
mas 'Numbers', id: 409203825
# mas 'Spark', id: 1176895641