diff --git a/Brewfile b/Brewfile index 1cc456d..b74d1b2 100644 --- a/Brewfile +++ b/Brewfile @@ -1,7 +1,9 @@ brew "carthage" brew "make" -brew "mint" brew "shfmt" +brew "swift-format" +brew "swiftformat" +brew "swiftlint" tap "kylef/formulae" brew "swiftenv" diff --git a/script/bootstrap b/script/bootstrap index 111b281..b1f7ada 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -12,10 +12,10 @@ main() { echo "==> 👢 Bootstrapping" - # Install ruby tools + # Install Ruby tools bundle install - # Install Mint and shellcheck + # Install Homebrew tools brew bundle install --no-upgrade --verbose # Download and build project dependencies