mas/Brewfile

13 lines
221 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"
if OS.mac? && MacOS.version >= :ventura
brew "swiftlint"
tap "peripheryapp/periphery"
cask "periphery"
end