-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
77 lines (67 loc) · 1.42 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
cask_args appdir: '/Applications'
# Taps
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
# Binaries
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'ffmpeg'
brew 'gh'
brew 'git'
brew 'git-extras'
brew 'grep'
brew 'mackup'
brew 'mas' # Mac App Store manager
brew 'trash' # Manage the Trash bin
brew 'tree' # List directories in a tree structure
# Development
brew 'node'
brew 'yarn'
brew 'wget'
brew 'cocoapods'
brew 'carthage'
brew 'zsh'
brew 'zsh-autosuggestions'
cask 'flutter'
cask 'postman'
# Tools
brew 'youtube-dl'
brew 'speedtest-cli'
brew 'wifi-password'
brew 'htop'
# Apps
cask 'alfred' #Best replacement for default Spotlight search
cask 'github'
cask 'sourcetree'
cask 'microsoft-teams'
cask 'skype'
cask 'slack'
cask 'the-unarchiver'
cask 'transmission'
cask 'vlc'
cask 'telegram-desktop'
cask 'whatsapp'
cask 'spotify'
cask 'camo-studio' # Use iPhone as a pro web cam
cask 'visual-studio-code'
cask 'sublime-text'
cask 'mounty' # Used to mounty NTFS drives on Mac
cask 'licecap' # Used to record screen and convert to gif
# Browsers
cask 'firefox'
cask 'opera'
cask 'google-chrome'
cask 'brave-browser'
# Quicklook
cask 'qlcolorcode'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'
cask 'qlstephen'
# Fonts
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'