forked from Lekesoldat/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
56 lines (56 loc) · 1012 Bytes
/
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
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "mongodb/brew"
brew "asdf"
brew "bat"
brew "bear"
brew "cloc"
brew "docker"
brew "docker-machine"
brew "fswatch"
brew "fzf"
brew "gh"
brew "git"
brew "gource"
brew "jq"
brew "node"
brew "nvm"
brew "railway"
brew "starship"
brew "thefuck"
brew "tldr"
brew "tmux"
brew "yarn"
brew "z"
brew "zsh-syntax-highlighting"
brew "heroku/brew/heroku"
brew "mongodb/brew/mongodb-community"
cask "1password"
cask "1password-cli"
cask "adobe-creative-cloud"
cask "alfred"
cask "alt-tab"
cask "daisydisk"
cask "firefox-developer-edition"
cask "fl-studio"
cask "intellij-idea"
cask "iterm2"
cask "microsoft-auto-update"
cask "microsoft-teams"
cask "microsoft-word"
cask "mongodb-compass"
cask "onedrive"
cask "postman"
cask "slack"
cask "spotify"
cask "the-unarchiver"
cask "ticktick"
cask "visual-studio-code"
cask "zoom"
cask "zotero"