-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
50 lines (43 loc) · 653 Bytes
/
Brewfile
File metadata and controls
50 lines (43 loc) · 653 Bytes
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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'shivammathur/php'
#Shell
brew 'zsh'
# CLI-Tools
brew 'gh'
brew 'tree'
brew 'bat'
# Programming
brew 'npm'
brew 'node'
brew 'python'
brew 'yarn'
brew 'neovim'
brew 'tmux'
brew 'watchman'
brew 'postgresql'
cask 'ngrok'
brew 'shivammathur/php/php@8.0'
brew 'mysql'
brew 'ripgrep'
# Apps
cask 'spotify'
cask 'brave-browser'
cask 'discord'
cask 'vlc'
cask 'zoom'
cask 'spectacle'
cask 'figma'
cask 'postman'
cask 'tunnelblick'
cask 'whatsapp'
cask 'telegram'
cask 'slack'
cask 'docker'
cask 'alacritty'
cask 'skype'
cask 'notion'
# Fonts
cask 'font-fira-code'
cask 'font-fira-code-nerd-font'