-
Notifications
You must be signed in to change notification settings - Fork 3
/
Brewfile
21 lines (21 loc) · 1.02 KB
/
Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "robotsandpencils/made"
# brew "ruby-build" # https://github.com/rbenv/ruby-build
brew "gnupg"
brew "heroku/brew/heroku" # https://devcenter.heroku.com/articles/heroku-cli
brew "hub" # https://hub.github.com
brew "make" # https://www.gnu.org/software/make/manual/make.html
brew "markdownlint-cli" # https://github.com/igorshubovych/markdownlint-cli
brew "pyenv" # https://github.com/pyenv/pyenv
brew "rbenv" # https://github.com/rbenv/rbenv
brew "robotsandpencils/made/xcodes" # https://github.com/RobotsAndPencils/xcodes
brew "swiftformat" # https://github.com/nicklockwood/SwiftFormat
brew "xcbeautify" # https://github.com/tuist/xcbeautify
cask "asset-catalog-tinkerer" # https://github.com/insidegui/AssetCatalogTinkerer
cask "tinypng4mac" # https://github.com/kyleduo/TinyPNG4Mac
cask "copilot-for-xcode" # https://github.com/intitni/CopilotForXcode
brew "aria2"
# brew install --cask --no-quarantine middleclick # Temp commented out because it's broken.