-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
106 lines (87 loc) · 1.76 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Taps
tap 'buo/cask-upgrade'
tap 'homebrew/bundle'
tap 'homebrew/cask'
tap 'homebrew/core'
tap 'homebrew/cask-fonts'
tap 'shivammathur/php'
# Stuff to install
brew 'z'
brew 'zsh'
brew 'aria2' # better weget
brew 'bat' # better cat
brew 'ctop' # docker top
brew 'eza' # better ls
brew 'fpp'
brew 'htop' # better top
brew 'iftop' # network top
brew 'rsync'
brew 'tldr' # nice helppages (human readable man pages)
brew 'tmux'
brew 'tokei' # better cloc
brew 'vim'
brew 'watchexec' # Run command on filechanges
brew 'wget' # wget ¯\_(ツ)_/¯
brew 'zoxide' # replace for cd just nicer
# development brew
brew 'git'
## Node
# brew 'node' using nvm now
brew 'pnpm'
brew 'yarn'
## PHP
brew 'brew-php-switcher'
brew 'composer'
brew 'php'
brew '[email protected]'
brew '[email protected]'
brew '[email protected]'
# default apps
cask 'aldente'
cask 'alfred'
cask 'audacity'
cask 'brave-browser'
cask 'bitwarden'
cask 'coconutbattery'
cask 'cyberduck'
cask 'discord'
cask 'figma'
cask 'firefox'
cask 'iterm2'
cask 'keepassxc'
cask 'keka'
cask 'microsoft-teams'
cask 'numi'
cask 'royal-tsx'
cask 'slack'
cask 'spotify'
cask 'synology-drive'
cask 'teamspeak-client'
cask 'vlc'
cask 'yubico-yubikey-manager'
# development casks
cask 'bruno'
cask 'docker'
cask 'figma'
cask 'fork'
cask 'phpstorm'
cask 'sublime-text'
cask 'tableplus'
cask 'visual-studio-code'
# others
cask 'mactex'
# cask fonts
cask 'font-hack'
cask 'font-input'
cask 'font-inter'
cask 'font-lato'
cask 'font-open-sans'
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
cask 'font-cascadia-mono'
cask 'font-jetbrains-mono'
# appstore
mas 'BetterSnapTool', id: 417375580
mas 'GoodNotes 6', id: 1444383602