-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Brewfile
53 lines (48 loc) · 1.05 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
#-----------------------------------------
# Taps
#-----------------------------------------
tap 'homebrew/bundle'
tap 'homebrew/services'
tap 'oven-sh/bun'
tap 'font-hack-nerd-font'
tap 'jesseduffield/lazygit/lazygit'
#-----------------------------------------
# Dev Tools
#-----------------------------------------
brew 'yadm'
brew 'zsh-syntax-highlighting'
brew 'zsh-autosuggestions'
brew 'diff-so-fancy'
brew 'git-extras'
brew 'vim'
brew 'wget'
brew 'tmux'
brew 'ripgrep'
brew 'lazygit'
brew 'coreutils'
brew 'asdf'
#-----------------------------------------
# Casks
#-----------------------------------------
cask 'raycast'
cask 'rectangle'
cask 'slack'
cask 'visual-studio-code'
cask 'cursor'
cask 'bruno'
cask 'iterm2'
cask 'notion'
cask 'notion-calendar'
cask 'zoom'
cask 'arc'
cask 'karabiner-elements'
cask 'font-hack-nerd-font'
#-----------------------------------------
# Docker
#-----------------------------------------
cask 'docker'
#-----------------------------------------
# NodeJS
#-----------------------------------------
brew 'pnpm'
brew 'yarn'