From f72ec845f13e0d319dfac5fb2fcee3afbb0b0ee2 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 9 Apr 2022 05:50:09 -0400 Subject: [PATCH] Create install.sh --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..6718f55 --- /dev/null +++ b/install.sh @@ -0,0 +1,7 @@ +#!/bin/zsh + +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +brew tap homebrew/autoupdate +brew install gnupg pinentry-mac exiftools +brew install --cask brave-browser docker gimp github google-drive ivpn lens lyx onlyoffice spotify visual-studio-code wireshark +