From da2441e0ec1f6b9beb8da0caf509126fe17e6a02 Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Wed, 20 Sep 2023 23:52:43 -0700 Subject: [PATCH] Add VLC media player to Mac setup --- setup/setup_new_mac_machine.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/setup_new_mac_machine.sh b/setup/setup_new_mac_machine.sh index 192d2e1..e924bac 100755 --- a/setup/setup_new_mac_machine.sh +++ b/setup/setup_new_mac_machine.sh @@ -209,6 +209,8 @@ brew install espanso brew install obsidian # Mac menubar app for meeting brew install meetingbar +# Media Player for Mac +brew install vlc # This one seems to fail on GitHub Actions # https://github.com/ashishb/dotfiles/runs/2258896886