-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrewfile
86 lines (81 loc) · 2.02 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
77
78
79
80
81
82
83
84
85
86
# Use `brew bundle --file=~/.brewfile` to install the packages listed below
tap "getsentry/tools"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "neovim/neovim"
# these apps go first so not blocking new machine setup
cask "alfred"
cask "1password"
cask "dropbox"
cask "google-chrome"
cask "slack"
cask "visual-studio-code"
brew "bat" # cat command but with syntax highlighting
brew "diff-so-fancy" # better diffs
brew "direnv" # load ENV variables from current dir
brew "docker-compose"
brew "ffmpeg" # video encoding
brew "fzf" # better search
brew "gh"
brew "git"
brew "libffi"
brew "imagemagick"
brew "neovim"
brew "openssl@3"
brew "libyaml" # should come after openSSL
brew "postgresql", restart_service: true
brew "rbenv"
brew "rcm"
brew "reattach-to-user-namespace"
brew "redis", restart_service: true
brew "rsync"
brew "ripgrep" # better grep
brew "starship" # shell prompt
brew "tmux"
brew "watchman"
brew "yarn"
brew "zplug"
brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
brew "getsentry/tools/sentry-cli"
brew "heroku/brew/heroku"
# Fonts
cask "font-fira-code"
cask "font-fira-mono-for-powerline"
cask "font-meslo-lg"
cask "font-meslo-for-powerline"
# Apps
cask "agenda"
cask "android-studio"
cask "apptivate" # keyboard shortcuts to launch apps
cask "audacity"
cask "cron"
cask "dash" # documentation
cask "evernote" # not actively using anymore
cask "figma"
cask "flipper" # React Native debugger
cask "gpg-suite"
cask "handbrake"
cask "hiddenbar" # Hide menu bar items
cask "insomnia" # GraphQL/REST client
cask "karabiner-elements" # remap caps lock to escape/ctrl
cask "imageoptim"
cask "iterm2"
cask "licecap" # GIF capture tool
cask "ngrok"
cask "notion"
cask "postico" # Postgres client
cask "qlimagesize"
cask "qlmarkdown"
cask "quicklook-json"
cask "sourcetree" # git GUI client
cask "spotify"
# cask "transmit" # FTP client, license owned is for older v4, install manual
cask "tuple" # pair programming
cask "zoom"