-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
76 lines (63 loc) · 1.09 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
64
65
66
67
68
69
70
71
72
73
74
75
76
# Terminal
brew "zsh"
cask "iterm2"
cask "kitty"
brew "p7zip"
brew "wget"
# SCM
brew "git"
brew "hub"
# Editor
brew "neovim"
cask "visual-studio-code"
brew "ripgrep" # for telescope live_grep
# Development Tools
brew "asdf"
brew "fzf"
brew "the_silver_searcher"
brew "readline"
brew "cmake"
brew "ctags"
brew "hugo"
brew "jq"
brew "tmux"
brew "yarn"
brew "postgresql"
brew "mysql"
brew "graphviz"
tap "heroku/brew"
brew "heroku"
cask "ngrok"
# Deployment platforms
brew "aws-elasticbeanstalk"
# Containerization
cask "docker"
brew "docker-compose"
# Browsers
cask "google-chrome"
cask "firefox"
cask "chromedriver"
cask "firefox-developer-edition"
# macOS Window Management
cask "spectacle"
# media
cask "clementine"
cask "vlc"
brew "ffmpeg"
cask "soundflower"
cask "imageoptim"
# local password storage
cask "keepassx"
# PDF Interpreter
brew "ghostscript"
# Communication
cask "discord"
# Fonts
tap "homebrew/cask-fonts"
cask "font-symbols-only-nerd-font"
# mac app store
brew "mas"
mas "Wimoweh", id: 610341008
mas "Skitch", id: 425955336
mas "GIPHY CAPTURE", id: 668208984
mas "Slack", id: 803453959