-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
54 lines (54 loc) · 1.06 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
tap "cmacrae/formulae"
tap "felixkratz/formulae"
tap "homebrew/bundle"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/services"
tap "jplsek/tap"
tap "koekeishiya/formulae"
tap "louisbrunner/valgrind"
tap "romkatv/powerlevel10k"
brew "node"
brew "cowsay"
brew "ffmpeg"
brew "figlet"
brew "gnu-sed"
brew "gnupg"
brew "openjdk"
brew "cradle"
brew "hashcat"
brew "htop"
brew "neofetch"
brew "neovim"
brew "nvm"
brew "pandoc"
brew "php"
brew "powerlevel10k"
brew "thefuck"
brew "tldr"
brew "wget"
brew "youtube-dl"
brew "zork"
brew "zsh-autosuggestions"
brew "zsh-fast-syntax-highlighting"
brew "zsh-syntax-highlighting"
brew "cmacrae/formulae/spacebar"
brew "felixkratz/formulae/borders"
brew "felixkratz/formulae/sketchybar"
brew "jplsek/tap/git-mob"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
cask "authy"
cask "docker"
cask "dozer"
cask "firefox"
cask "font-hack-nerd-font"
cask "font-intel-one-mono"
cask "font-jetbrains-mono"
cask "key-codes"
cask "raycast"
cask "rectangle"
cask "slack"
cask "textmate"
cask "visual-studio-code"
cask "vlc"