-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeveloper-m1.bundle
71 lines (55 loc) · 1.27 KB
/
Developer-m1.bundle
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
# Developer file for host development machine
# GNU core utilities (those that come with OS X are outdated)
# Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
brew 'coreutils'
# GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed
brew 'findutils'
# GNU `sed`, overwriting the built-in `sed`
brew 'gnu-sed'
# Latest OpenSSL
brew 'openssl'
# Latest Bash
# Note: don’t forget to add `/usr/local/bin/bash` to `/etc/shells` before running `chsh`.
brew 'bash'
# Bash completion
brew 'bash-completion'
# Useful completions
brew 'brew-cask-completion'
brew 'bundler-completion'
brew 'gem-completion'
brew 'open-completion'
# Latest versions of essential tools
brew 'wget'
brew 'curl'
brew 'git'
# PHP and tools
brew '[email protected]'
# Languages
brew 'node' # This installs `npm` too using the recommended installation method
brew 'python3'
brew 'rbenv'
# JavaScript package manager
brew 'yarn'
# Browsers
cask 'firefox'
cask 'google-chrome'
# Image-related tools
brew 'jpegoptim'
brew 'optipng'
# Google Drive
cask 'google-drive'
# Communication
cask 'slack'
cask 'zoom'
# UI & vectors
cask 'figma'
# Text-editors
brew 'vim'
# Database client
cask 'sequel-pro'
# Shared team passwords
cask '1password'
# Office 365
cask 'microsoft-office'
# Docker
cask 'docker'