mas/Brewfile

17 lines
274 B
Text
Raw Normal View History

brew "act"
2021-05-03 20:42:10 +00:00
brew "markdownlint-cli"
brew "prettier"
2024-03-10 14:06:51 +00:00
brew "sd"
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"
brew "yamllint"
if OS.mac? && MacOS.version >= :ventura
brew "swiftlint"
tap "peripheryapp/periphery"
cask "periphery"
end