forked from anishathalye/dotfiles_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
46 lines (46 loc) · 963 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
# this is an export from a developers machine, feel free to modify to your preferences
tap "aws/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "microsoft/git"
brew "awscli"
#brew "bash-completion"
#brew "ctop"
#brew "gh"
#brew "git"
#brew "go"
#brew "httpie"
#brew "jq"
#brew "netcat"
#brew "nmap"
#brew "tree"
#brew "wget"
#brew "yarn"
#brew "yarn-completion"
brew "zsh"
brew "npm"
#brew "aws/tap/aws-sam-cli"
cask "docker"
#cask "beyond-compare"
#cask "cheatsheet"
#cask "figma"
#cask "flycut"
#cask "github"
cask "google-chrome"
cask "iterm2"
#cask "itsycal"
cask "notion"
cask "postman"
#cask "signal"
cask "slack", args: { appdir: "/Applications" }
#cask "sourcetree"
#cask "rectangle"
#cask "spotify", args: { appdir: "/Applications" }
cask "tableplus"
#cask "the-unarchiver", args: { appdir: "/Applications" }
cask "visual-studio-code"
cask "1password"