-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBrewfile
More file actions
62 lines (56 loc) · 1.66 KB
/
Copy pathBrewfile
File metadata and controls
62 lines (56 loc) · 1.66 KB
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
# Install Shell
brew 'zsh'
# Setup device sync via DropBox
brew 'mackup'
# Utilities Install
brew 'mas'
brew 'ncdu'
# Install more recent versions of some macOS tools
brew 'bash'
brew 'coreutils'
brew 'git'
brew 'git-flow'
brew 'grep'
brew 'vim'
# Development
## Python
brew 'python'
brew 'python@2'
## Node
brew 'node'
brew 'webpack'
## PHP
brew 'php'
brew 'composer'
## Database
brew 'redis'
## Orchestration
brew 'ansible'
# Install Mac App Store apps
mas 'Telegram', id: 747648890 ## Secure text messaging
# Cask installation
## Solves the cask issue with overwriting on update from in-app usage
cask_args appdir: '/Applications'
# Fonts
cask 'font-fira-code'
# Apps
cask 'amazon-drive' ## Use S3 like DropBox
cask 'appcleaner' ## Get rid of stuff well
cask 'caffeine' ## Keep the mac awake...
cask 'dropbox' ## Used to sync settings across devices
cask 'gitter' ## Team communication lobby for GitHub projects
cask 'google-chrome' ## Browser V8 goodness
cask 'insomnia' ## RESTful API Testing
cask 'iterm2' ## Terminal replacement
cask 'keepassx' ## Password manager
cask 'keka' ## Open source "open anything" archive extractor tool
cask 'medis' ## GUI management for Redis
cask 'namechanger' ## File name manager utility
cask 'sequel-pro' ## GUI for MySQL database fun
cask 'skype' ## Skype for normal people
cask 'slack' ## Slack team discussion forum
cask 'spectacle' ## App and window management
cask 'sublime-text' ## Lightweight text editor
cask 'viscosity' ## VPN client software
cask 'visual-studio-code' ## VS Code Editor'
cask 'vlc' ## Media player without the overhead