-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
46 lines (42 loc) · 658 Bytes
/
Copy pathBrewfile
File metadata and controls
46 lines (42 loc) · 658 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "homebrew/cask-fonts"
cask_args appdir: "/Applications"
# Libs
brew "wget"
brew "zlib"
# Tools
brew "asdf"
brew "git"
brew "yarn"
brew "http-server"
brew "sqlite"
brew "redis"
brew "postgres"
# Languages
brew "deno"
brew "go"
# Apps
# -- Security
cask "1password"
cask "1password-cli"
# -- Browsers
cask "brave-browser"
# -- Work
cask "visual-studio-code"
cask "hyper"
cask "alfred"
cask "figma"
cask "dash@5"
cask "font-fira-code"
cask "notion"
cask "slack"
cask "skyfonts"
# -- Other
cask "spotify"
cask "telegram"
cask "signal"
cask "webtorrent"
cask "discord"