From 3248126f0ed218bf8eeec3abcc705cac6656d72b Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Sun, 30 Jan 2022 03:08:28 +0000 Subject: [PATCH] Update macos.sh --- macos.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/macos.sh b/macos.sh index 91e3696..5b48c2e 100644 --- a/macos.sh +++ b/macos.sh @@ -219,3 +219,9 @@ sudo networksetup -setsecurewebproxy "Wi-Fi" 127.0.0.1 8118 #brew services start dnsmasq #sudo networksetup -setdnsservers "Wi-Fi" 127.0.0.1 #sudo networksetup -setdnsservers "Wi-Fi" 1.1.1.1 + +# https://github.com/tiiiecherle/osx_install_config +sh -c "$(curl -fsSL https://raw.githubusercontent.com/tiiiecherle/osx_install_config/master/_config_file/install_config_file.sh)" +sh -c "$(curl -sL https://raw.githubusercontent.com/tiiiecherle/osx_install_config/master/14_samba/14a_samba.sh)" +sh -c "$(curl -sL https://raw.githubusercontent.com/tiiiecherle/osx_install_config/master/01_recovery_settings_and_nvram/1b_nvram.sh)" +sh -c "$(curl -sL https://github.com/tiiiecherle/osx_install_config/raw/master/03_homebrew_casks_and_mas/3f_homebrew_ssh1.sh)"