Skip to content

Commit

Permalink
Add mmv to Mac setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Sep 8, 2023
1 parent 4de14b8 commit 07c1d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/setup_new_mac_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ brew install bash-completion@2
# Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
# coreutils is already installed on Travis CI. Don't fail if we fail to install this.
brew install coreutils
brew install mmv # Move multiple files
brew install bat # Better than cat. Supports syntax highlighting.
brew install ctags
# This is useful for extracting EXIF data out of images
Expand Down

0 comments on commit 07c1d83

Please sign in to comment.