mas/Brewfile

15 lines
266 B
Text
Raw Normal View History

2021-05-03 13:42:10 -07:00
brew "markdownlint-cli"
2021-06-08 18:56:27 -07:00
brew "shellcheck"
2021-03-21 16:38:20 -07:00
brew "shfmt"
brew "swift-format"
brew "swiftformat"
brew "trash"
# Already installed on GitHub Actions runner.
# brew "swiftlint"
2021-03-28 11:06:36 -07:00
2021-05-08 15:49:32 -07:00
tap "peripheryapp/periphery"
if OS.mac? && MacOS.version >= :ventura
cask "periphery"
end