mas/Brewfile

15 lines
266 B
Text
Raw Normal View History

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