-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
66 lines (62 loc) · 1.19 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
#!/usr/bin/env bash
tap 'homebrew/bundle'
tap 'homebrew/cask'
tap 'homebrew/cask-versions'
tap 'homebrew/core'
tap 'homebrew/services'
brew 'archey4'
brew 'bat'
brew 'ffmpeg'
brew 'fzf'
brew 'jq'
brew 'gh'
brew 'git'
brew 'git-extras'
brew 'imagemagick'
brew 'imageoptim-cli'
brew 'nvm'
brew 'python'
brew 'tree'
brew 'youtube-dl'
brew 'z'
# React Native Development Setup
tap 'facebook/fb'
brew 'idb-companion' # automating iOS simulators and devices
brew 'ios-deploy'
brew 'expo-orbit'
brew 'fastlane'
brew 'mas' # Mac App Store command line interface
brew 'watchman'
brew 'temurin' # Android Java SDK that just works
tap 'mobile-dev-inc/tap' # e2e test with maestro
brew 'maestro'
# Other Stuff
# cask 'alfred'
cask 'arc'
cask '1password'
cask 'around'
cask 'brave-browser'
cask 'discord'
cask 'dropbox'
cask 'elgato-wave-link'
cask 'figma'
cask 'firefox'
cask 'github'
cask 'google-chrome'
cask 'imageoptim'
cask 'insomnia'
cask 'iterm2'
# cask 'microsoft-teams'
cask 'notion'
# cask 'rectangle-pro'
cask 'screaming-frog-seo-spider'
cask 'setapp'
cask 'obs'
cask 'raycast'
cask 'stremio'
cask 'spotify'
cask 'sublime-text'
cask 'visual-studio-code'
cask 'visual-studio-code-insiders'
cask 'vlc'
cask 'zoom'