-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathBrewfile
64 lines (56 loc) · 1.17 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
####### <----------------------------- CLI
# brew "bash-completion"
brew "git"
# brew "git-lfs"
brew "git-recent"
brew "nvm"
# brew "pyenv"
# brew "pyenv-virtualenv"
# brew "yarn"
# cask "osxfuse"
# brew "sshfs"
# brew "tmux"
# brew "thefuck"
brew "m-cli"
####### <----------------------------- DB
# cask "postico"
# cask "robo-3t"
# brew "mongodb", restart_service: true
####### <----------------------------- DEV
cask "docker"
cask "postman"
# cask "openvpn-connect"
# cask "staruml"
# brew "exercism"
# brew "haskell-stack"
brew "fx"
####### <----------------------------- MESSENGERS
# cask "slack"
# cask "telegram-desktop"
# cask "whatsapp"
# cask "microsoft-teams"
# cask "viber"
# cask "skype"
# cask "discord"
####### <----------------------------- APPS
cask "visual-studio-code"
# cask "google-chrome"
# cask "github"
cask "spotify"
# cask "chromium"
# cask "steam"
# cask "folx"
cask "deepl"
####### <----------------------------- MISC
# cask "yandex-disk"
# cask "insomniax"
# cask "vlc"
####### <----------------------------- HELPERS
# cask "ngrok"
cask "numi"
cask "boop"
# cask "ace-link"