From 0ee3e11820f3ace91add604ffb9543078ffe78da Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 22 Jul 2022 18:19:07 +0200 Subject: [PATCH] fix(brew): typo --- setup/brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/brew.sh b/setup/brew.sh index f19d12b..a253337 100755 --- a/setup/brew.sh +++ b/setup/brew.sh @@ -35,7 +35,7 @@ brew install docker # Pack, ship and run any application as brew install docker-machine # Create Docker hosts locally and on cloud providers brew install editorconfig # Maintain consistent coding style between multiple editors brew install eot-utils # Tools to convert fonts from OTF/TTF to EOT format -brew install exo # Modern replacement for 'ls' +brew install exa # Modern replacement for 'ls' brew install fd # Simple, fast and user-friendly alternative to find brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aacc --with-libsass --with-fontconfig # Play, record, convert, and stream audio and video brew install flow # Static type checker for JavaScript