From 1780421f53d7e9c8fbd79ace0dcd91310ce49f9b Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Wed, 30 Oct 2024 15:15:38 -0500 Subject: [PATCH] Initial commit with current code --- .DS_Store | Bin 0 -> 6148 bytes .gitignore | 1 + README.md | 12 + full.zsh | 117 ++++++++++ git-login-post-setup.sh | 4 + launcher.zsh | 31 +++ lite.zsh | 113 ++++++++++ more-common-settings.sh | 40 ++++ sneed-settings.mobileconfig | 439 ++++++++++++++++++++++++++++++++++++ 9 files changed, 757 insertions(+) create mode 100644 .DS_Store create mode 100644 .gitignore create mode 100644 README.md create mode 100644 full.zsh create mode 100755 git-login-post-setup.sh create mode 100755 launcher.zsh create mode 100755 lite.zsh create mode 100755 more-common-settings.sh create mode 100644 sneed-settings.mobileconfig diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..424f98ee72b68fc9be6cb23699bfde074f6dc72d GIT binary patch literal 6148 zcmeHKyG{c!5FA5_Aexj&2+2P{B>v!tk|G5S`~bRKh>(t40rc1N(J-@X5C_+S5ZXQ2 zv)=Wt?UBw80BP~uTmUlwQx;*8G9ogMx(-TbVX_=oSYeI_H0yRG(O)!a?nk)hyf3lD zr}=lAy6tLuNliK<&R>9$S75&Z%$l#P6QA9b00cL(O(e&xZOQcWmv}?I7#R zm#mgLs$d`(2nK?IVBm)t;F&F%9y>-I3?~l01~?p{YDEl84itOTVgM@95!3HZt>+k>4LL$wsF=TX&?&G3sC-7#K2e z=*^kV{}q3k(MSF;BwE2hF!0Y9NR#Ewa=}HFv-R8Zbk=5;TNa7>^-?I*2bTagw2z#a c)BRaG`&9*dM`e-S!ijMaFhZgV27ZBoH@e&{ng9R* literal 0 HcmV?d00001 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0472bdf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__MACOSX/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..635385f --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Da Sneed MacOS Setup (DSMOSS) - ***Pronounced D.S. MOSS*** + +Preps your Mac to be used for Coding and/or Gaming in Sneed Group... + +(Now with DOOM shareware!!!) + +## How to... + +1. ```chmod +x launcher.zsh``` +2. ```./launcher.zsh``` +3. Select lite if storage is 256gb or less, select full if storage is 512gb more. +4. Enjoy the new system. \ No newline at end of file diff --git a/full.zsh b/full.zsh new file mode 100644 index 0000000..80d055c --- /dev/null +++ b/full.zsh @@ -0,0 +1,117 @@ +#!/bin/zsh + +# Check if the script is run as root +if [[ $EUID -eq 0 ]]; then + echo "Run this script as a normal user, not as root." + exit 1 +fi + +# Prepare Toolchain +echo "[ST] Prepare Toolchain..." +xcode-select --install +echo Install toolchain, then press ENTER. + +# Prepare Homebrew +echo "[ST] Prepare Homebrew..." +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +cp ~/.zprofile ~/.zprofile-pretapped +echo 'eval $(/opt/homebrew/bin/brew shellenv)' > ~/.zprofile +eval $(/opt/homebrew/bin/brew shellenv) + +# Homebrew +echo "[ST] Install homebrew stuffs..." +brew install mas node python3 potrace telnet imagemagick wget minetest golang openjdk@17 openjdk@21 gradle c2048 chocolate-doom +brew install ffmpeg yt-dlp +brew tap localsend/localsend +brew install localsend +brew install --cask toontown-rewritten darktable arc ollama utm hiddenbar vmware-fusion pencil2d vscodium vlc protonvpn upscayl android-studio android-platform-tools libreoffice krita openemu +brew install --cask github@beta inkscape virtual-ii parsec +brew install --cask nvidia-geforce-now roblox robloxstudio blender@lts imazing-profile-editor +brew install git-credential-manager +brew tap macos-fuse-t/homebrew-cask +brew install fuse-t fuse-t-sshfs +brew install --cask twingate + + +# NPM global +echo "[ST] Install NPM Global stuffs..." +sudo npm install -g cordova + +# Mac App Store (MAS cli) +echo "[ST] Install Mac App Store stuffs..." +mas install 497799835 682658836 425424353 937984704 # XCode, GarageBand, The Unarchiver, Amphetamine. + +# Settings +echo "[ST] Edit settings..." +defaults write com.apple.TextEdit NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false +defaults write -g ApplePressAndHoldEnabled -bool false +defaults write com.apple.swipescrolldirection -bool false +defaults write NSGlobalDomain AppleShowAllExtensions -bool true +mkdir ~/Pictures/screenies +defaults write com.apple.screencapture location ~/Pictures/screenies +killall SystemUIServer +defaults write com.apple.dock static-only -bool true +killall Dock +defaults write com.apple.finder ShowDesktopOnFrontmostApp -bool false +killall Finder + +# Sneed Settings +echo "[ST] Set final settings..." +open "/System/Library/PreferencePanes/Profiles.prefPane" "sneed-settings.mobileconfig" + +# Setup Git +echo "[ST] Setup Git..." +git config --global --add credential.helper manager +git config --global user.name "Sneed Group Holder" +git config --global user.email "no@nope.nicetry" + +# Install DOOM shareware +echo "[ST] [GZD] Install DOOM Shareware..." +brew install --cask gzdoom +cd ~/ +wget http://www.doomworld.com/3ddownloads/ports/shareware_doom_iwad.zip +unzip shareware_doom_iwad.zip +rm shareware_doom_iwad.zip + +# Make code folder +echo "[ST] Make code folder..." +mkdir ~/Code +cd ~/Code + +# Install Video Editor... +echo "[ST] Install Video Editor..." +wget https://www.apple.com/final-cut-pro/trial/download/ -O ~/fcp-trial.dmg +hdiutil attach ~/fcp-trial.dmg +sudo installer -allowUntrusted -verboseR -pkg "/Volumes/Final Cut Pro Trial/FinalCutProTrial.pkg" -target / +hdiutil detach "/Volumes/Final Cut Pro Trial" +rm -rf ~/fcp-trial.dmg +wget http://sneedgit.nodemixaholic.com/Sneed-Group/fcp-trial-crack-script/releases/download/lBackup/launcher-backup-server.zip -O ~/fcp-crack.zip +unzip ~/fcp-crack.zip +rm -rf ~/fcp-crack.zip +mv "BACKUP FCP Trial Crack Launcher.app" "/Applications/FCP Trial Crack.app" + +# Minecraft get! +echo "[ST] Minecraft get!" +echo 'export PATH="/usr/local/opt/openjdk@21/bin:$PATH"' >> ~/.zshrc +wget https://github.com/HMCL-dev/HMCL/releases/download/v3.5.9.257/HMCL-3.5.9.257.sh -O ~/Minecraft.sh +chmod +x ~/Minecraft.sh + +# Create cloud init.... +echo "[ST] Create cloud init..." +mkdir ~/Cloud +echo 'sshfs dh_ekhqt7@pdx1-shared-a3-04.dreamhost.com:/home/dh_ekhqt7/rfs.sparksammy.com/LordCloud ~/Cloud' > cloudinit.sh +chmod +x cloudinit.sh + +# Add extra net tools... +echo "[ST] Install more networking tools..." +brew install cloudflared miniupnpc +brew install --cask cyberduck + +# Add auto-reboot job cron job.... +echo "[ST] Add auto-reboot cron job..." +(sudo crontab -l 2>/dev/null; echo "0 0 * * 0 /sbin/shutdown -r now") | sort -u | sudo crontab - + +# More common settings... +echo "[ST] Run the more common settings script..." +chmod +x "more-common-settings.sh" +./more-common-settings.sh \ No newline at end of file diff --git a/git-login-post-setup.sh b/git-login-post-setup.sh new file mode 100755 index 0000000..15cfcaf --- /dev/null +++ b/git-login-post-setup.sh @@ -0,0 +1,4 @@ +echo Now cloning the signin repo to the code folder... +cd ~/Code # If user ran a setup script, they *should* have a "~/Code" folder +echo "Should prompt for git login during the clone..." +git clone "https://sneedgit.nodemixaholic.com/sneedgroup-holder/gcm-signin" # User should already have Git Cred. Manager because setup script includes it. \ No newline at end of file diff --git a/launcher.zsh b/launcher.zsh new file mode 100755 index 0000000..41675d7 --- /dev/null +++ b/launcher.zsh @@ -0,0 +1,31 @@ +#!/bin/zsh + +# Check if the script is run as root +if [[ $EUID -eq 0 ]]; then + echo "Run this script as a normal user, not as root." + exit 1 +fi + +echo "Choose an option:" +echo "1. Full (512GB+ storage models)" +echo "2. Lightweight (256GB Storage models)" + +printf "Enter your choice (1 or 2): " +read choice + +case $choice in + 1) + echo "[ST] FULL SELECTED" + chmod +x full.zsh + ./full.zsh + ;; + 2) + echo "[ST] LIGHTWEIGHT SELECTED" + chmod +x lite.zsh + ./lite.zsh + ;; + *) + echo "[ST] [ERR] Not a valid selection! Exiting..." + exit 1 + ;; +esac diff --git a/lite.zsh b/lite.zsh new file mode 100755 index 0000000..c9db21c --- /dev/null +++ b/lite.zsh @@ -0,0 +1,113 @@ +#!/bin/zsh + +# Check if the script is run as root +if [[ $EUID -eq 0 ]]; then + echo "Run this script as a normal user, not as root." + exit 1 +fi + +# Prepare Toolchain +echo "[ST] Prepare Toolchain..." +xcode-select --install +echo Install toolchain, then press ENTER. + +# Prepare Homebrew +echo "[ST] Prepare Homebrew..." +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +cp ~/.zprofile ~/.zprofile-pretapped +echo 'eval $(/opt/homebrew/bin/brew shellenv)' > ~/.zprofile +eval $(/opt/homebrew/bin/brew shellenv) + +# Homebrew +echo "[ST] Install homebrew stuffs..." +brew install mas node python3 potrace telnet imagemagick wget golang gradle c2048 +brew install ffmpeg yt-dlp +brew install --cask ollama darktable arc vscodium vlc protonvpn upscayl android-platform-tools libreoffice krita +brew install --cask inkscape +brew install --cask nvidia-geforce-now roblox +brew install git-credential-manager +brew tap macos-fuse-t/homebrew-cask +brew install fuse-t fuse-t-sshfs +brew install --cask twingate + +# NPM global +echo "[ST] Install NPM Global stuffs..." +sudo npm install -g cordova + +# Mac App Store (MAS cli) +echo "[ST] Install Mac App Store stuffs..." +mas install 425424353 937984704 # The Unarchiver, Amphetamine. + +# Settings +echo "[ST] Edit settings..." +defaults write com.apple.TextEdit NSShowAppCentricOpenPanelInsteadOfUntitledFile -bool false +defaults write -g ApplePressAndHoldEnabled -bool false +defaults write NSGlobalDomain AppleShowAllExtensions -bool true +mkdir ~/Pictures/screenies +defaults write com.apple.screencapture location ~/Pictures/screenies +killall SystemUIServer +defaults write com.apple.dock static-only -bool true +killall Dock +defaults write com.apple.finder ShowDesktopOnFrontmostApp -bool false +killall Finder + +# Sneed Settings +echo "[ST] Set final settings..." +open "/System/Library/PreferencePanes/Profiles.prefPane" "sneed-settings.mobileconfig" + +# Setup Git +echo "[ST] Setup Git..." +git config --global --add credential.helper manager +git config --global user.name "Sneed Group Holder" +git config --global user.email "no@nope.nicetry" + +# Install DOOM shareware +echo "[ST] [CHOCOD] Install DOOM Shareware..." +brew install chocolate-doom +cd ~/ +wget http://www.doomworld.com/3ddownloads/ports/shareware_doom_iwad.zip +unzip shareware_doom_iwad.zip +rm shareware_doom_iwad.zip + +# Make code folder +echo "[ST] Make code folder..." +mkdir ~/Code +cd ~/Code + +# Install Video Editor... +echo "[ST] Install Video Editor..." +wget https://www.apple.com/final-cut-pro/trial/download/ -O ~/fcp-trial.dmg +hdiutil attach ~/fcp-trial.dmg +sudo installer -allowUntrusted -verboseR -pkg "/Volumes/Final Cut Pro Trial/FinalCutProTrial.pkg" -target / +hdiutil detach "/Volumes/Final Cut Pro Trial" +rm -rf ~/fcp-trial.dmg +wget http://sneedgit.nodemixaholic.com/Sneed-Group/fcp-trial-crack-script/releases/download/lBackup/launcher-backup-server.zip -O ~/fcp-crack.zip +unzip ~/fcp-crack.zip +rm -rf ~/fcp-crack.zip +mv "BACKUP FCP Trial Crack Launcher.app" "/Applications/FCP Trial Crack.app" + +# Minecraft get! +echo "[ST] Minecraft get!" +brew install openjdk@21 +echo 'export PATH="/usr/local/opt/openjdk@21/bin:$PATH"' >> ~/.zshrc +wget https://github.com/HMCL-dev/HMCL/releases/download/v3.5.9.257/HMCL-3.5.9.257.sh -O ~/Minecraft.sh +chmod +x ~/Minecraft.sh + +# Create cloud init.... +echo "[ST] Create cloud init..." +mkdir ~/Cloud +echo 'sshfs dh_ekhqt7@pdx1-shared-a3-04.dreamhost.com:/home/dh_ekhqt7/rfs.sparksammy.com/LordCloud ~/Cloud' > cloudinit.sh +chmod +x cloudinit.sh + +# Add extra net tools... +echo "[ST] Install more networking tools..." +brew install cloudflared miniupnpc +brew install --cask cyberduck + +# Add auto-reboot job cron job.... +echo "[ST] Add auto-reboot cron job..." +(sudo crontab -l 2>/dev/null; echo "0 0 * * 0 /sbin/shutdown -r now") | sort -u | sudo crontab - + +echo "[ST] Run the more common settings script..." +chmod +x "more-common-settings.sh" +./more-common-settings.sh \ No newline at end of file diff --git a/more-common-settings.sh b/more-common-settings.sh new file mode 100755 index 0000000..7958b2f --- /dev/null +++ b/more-common-settings.sh @@ -0,0 +1,40 @@ +# Prevents wallpaper/screensaver fingerprinting... (annyoing!) +echo "[ST] Prevent wallpaper/screensaver fingerprinting... " +osascript -e 'tell application "System Events" to set picture of desktop 1 to POSIX file "/System/Library/Desktop Pictures/Solid Colors/Black.png"' +sudo defaults write /Library/Preferences/com.apple.screensaver modulePath -string "/System/Library/Screen Savers/Blank.saver" +defaults -currentHost write com.apple.screensaver modulePath -string "/System/Library/Screen Savers/Blank.saver" +defaults -currentHost write com.apple.screensaver idleTime -int 666 # Adjust time in seconds as needed + +# Set the key repeat faster (somewhat annoying.) +echo "[ST] Set the key repeat faster..." +defaults write NSGlobalDomain KeyRepeat -int 3 + +# Set the delay of key repeat a short time (somewhat annoying.) +echo "[ST] Set the delay of key repeat a short time..." +defaults write NSGlobalDomain InitialKeyRepeat -int 15 + +# Disable click desktop to reveal (VERY annoying! why is this even default!?!) +echo "[ST] Disable click desktop to reveal..." +defaults write com.apple.WindowManager EnableStandardClickToShowDesktop -bool false +killall WindowManager + +# Disable hot corners (annoying!) +echo "[ST] Disable hot corners..." +defaults write com.apple.dock wvous-tl-corner -int 0 +defaults write com.apple.dock wvous-tr-corner -int 0 +defaults write com.apple.dock wvous-bl-corner -int 0 +defaults write com.apple.dock wvous-br-corner -int 0 + +# Add nightshift (it's annoying to have a lack of sleep. lol.) +echo "[ST] Enable nightshift..." +defaults write com.apple.ncprefs NightShiftMode -bool true +defaults write com.apple.ncprefs NightShiftAutomaticStart -date "2024-10-30 19:00:00" +defaults write com.apple.ncprefs NightShiftAutomaticEnd -date "2024-10-31 07:00:00" +defaults write com.apple.ncprefs NightShiftFrequency -int 1 +sudo killall SystemUIServer + +# Disable natural scrolling (super annoying!) +echo "[ST] Disable natural scrolling..." +defaults write com.apple.swipescrolldirection -bool false +defaults write com.apple.mouse.scaling -int 0 +killall Dock \ No newline at end of file diff --git a/sneed-settings.mobileconfig b/sneed-settings.mobileconfig new file mode 100644 index 0000000..897faff --- /dev/null +++ b/sneed-settings.mobileconfig @@ -0,0 +1,439 @@ + + + + + ConsentText + + default + THIS WILL CHANGE YOUR SETTINGS SYSTEM WIDE. PLEASE HAVE KNOWLEDGE OF WHAT YOU ARE DOING BEFORE YOU CONTINUE. + + PayloadContent + + + EnableAssessment + + PayloadDisplayName + Disable Gatekeeper + PayloadIdentifier + com.apple.systempolicy.control.700570FF-BB0B-4CC0-9792-FB7DF341DFA3 + PayloadType + com.apple.systempolicy.control + PayloadUUID + 700570FF-BB0B-4CC0-9792-FB7DF341DFA3 + PayloadVersion + 1 + + + ConfigDataInstall + + PayloadDisplayName + Software Update + PayloadIdentifier + com.apple.SoftwareUpdate.9F768783-0FD7-45F4-B800-80F8A33DF2A3 + PayloadType + com.apple.SoftwareUpdate + PayloadUUID + 9F768783-0FD7-45F4-B800-80F8A33DF2A3 + PayloadVersion + 1 + + + PayloadDisplayName + Dock #1 + PayloadIdentifier + com.apple.dock.FDA8C56A-91EF-4D59-8A22-ADB6605C584B + PayloadType + com.apple.dock + PayloadUUID + FDA8C56A-91EF-4D59-8A22-ADB6605C584B + PayloadVersion + 1 + contents-immutable + + launchanim + + static-only + + tilesize + 20 + + + Assistant Enabled + + PayloadDisplayName + Assistant + PayloadIdentifier + com.apple.assistant.support.E2F3727D-9F1C-4F11-93BE-177EE522EA1D + PayloadType + com.apple.assistant.support + PayloadUUID + E2F3727D-9F1C-4F11-93BE-177EE522EA1D + PayloadVersion + 1 + Search Queries Data Sharing Status + 2 + Siri Data Sharing Opt-In Status + 2 + + + GKAutoRearm + + PayloadDisplayName + Security + PayloadIdentifier + com.apple.security.F720438F-10C3-4E6F-9D7A-53F73A05C2B0 + PayloadType + com.apple.security + PayloadUUID + F720438F-10C3-4E6F-9D7A-53F73A05C2B0 + PayloadVersion + 1 + + + PayloadDisplayName + GarageBand + PayloadIdentifier + com.apple.garageband10.76C087CA-6975-464F-A062-7A2F5A2ACDC4 + PayloadType + com.apple.garageband10 + PayloadUUID + 76C087CA-6975-464F-A062-7A2F5A2ACDC4 + PayloadVersion + 1 + RecentWhatsNewPanelVersion + 9999999 + ShowMoreDownloadsDialogGB + + welcomeScreenShown + + + + PayloadDisplayName + macOS Time Synchronization Daemon + PayloadIdentifier + com.apple.timed.E8EA9131-CF43-406D-9E75-BE44867F4885 + PayloadType + com.apple.timed + PayloadUUID + E8EA9131-CF43-406D-9E75-BE44867F4885 + PayloadVersion + 1 + TMAutomaticTimeOnlyEnabled + + + + OnboardingUserViewedWelcomeSlide + + PayloadDisplayName + The Unarchiver (Mac App Store) + PayloadIdentifier + cx.c3.theunarchiver.A182A71E-96CB-4401-8BB5-479CB36DF50F + PayloadType + cx.c3.theunarchiver + PayloadUUID + A182A71E-96CB-4401-8BB5-479CB36DF50F + PayloadVersion + 1 + + + DiscoverableMode + Contacts Only + PayloadDisplayName + AirDrop + PayloadIdentifier + com.apple.sharingd.79762C8D-624C-4DBD-9CC1-90AAEF756BC2 + PayloadType + com.apple.sharingd + PayloadUUID + 79762C8D-624C-4DBD-9CC1-90AAEF756BC2 + PayloadVersion + 1 + + + FXDefaultSearchScope + SCcf + FXPreferredViewStyle + Nlsv + NewWindowTarget + PfHm + PayloadDisplayName + Finder + PayloadIdentifier + com.apple.finder.A07BF026-0F59-4337-84E6-FDA9ADF9F64E + PayloadType + com.apple.finder + PayloadUUID + A07BF026-0F59-4337-84E6-FDA9ADF9F64E + PayloadVersion + 1 + ShowExternalHardDrivesOnDesktop + + ShowRemovableMediaOnDesktop + + + + PayloadDisplayName + Restrictions + PayloadIdentifier + com.apple.applicationaccess.5C671E09-4887-4B4D-9337-998E4DD7996C + PayloadType + com.apple.applicationaccess + PayloadUUID + 5C671E09-4887-4B4D-9337-998E4DD7996C + PayloadVersion + 1 + allowApplePersonalizedAdvertising + + allowDeprecatedWebKitTLS + + allowDiagnosticSubmission + + allowRapidSecurityResponseRemoval + + enforcedSoftwareUpdateDelay + 4 + enforcedSoftwareUpdateMajorOSDeferredInstallDelay + 14 + enforcedSoftwareUpdateMinorOSDeferredInstallDelay + 7 + enforcedSoftwareUpdateNonOSDeferredInstallDelay + 7 + forceAssistantProfanityFilter + + forceDelayedAppSoftwareUpdates + + forceDelayedMajorSoftwareUpdates + + forceDelayedSoftwareUpdates + + forceOnDeviceOnlyDictation + + ratingRegion + us + safariAllowAutoFill + + + + AutoSubmit + + PayloadDisplayName + Submit Diagnostic Information + PayloadIdentifier + com.apple.SubmitDiagInfo.17442EA0-C3CF-4441-8B15-81233F4AB924 + PayloadType + com.apple.SubmitDiagInfo + PayloadUUID + 17442EA0-C3CF-4441-8B15-81233F4AB924 + PayloadVersion + 1 + + + DisableSoftwareUpdateNotifications + + PayloadDisplayName + App Store settings + PayloadIdentifier + com.apple.appstore.154DE9F1-3783-4362-87E5-D66BD2F3730E + PayloadType + com.apple.appstore + PayloadUUID + 154DE9F1-3783-4362-87E5-D66BD2F3730E + PayloadVersion + 1 + + + AppleShowAllExtensions + + AppleShowScrollBars + Always + MultipleSessionEnabled + + PayloadDisplayName + Global Preferences + PayloadIdentifier + .GlobalPreferences.10461E7B-C25B-4910-A393-C7357BCBDFB9 + PayloadType + .GlobalPreferences + PayloadUUID + 10461E7B-C25B-4910-A393-C7357BCBDFB9 + PayloadVersion + 1 + com.apple.autologout.AutoLogOutDelay + 0 + + + NotificationSettings + + + BadgesEnabled + + BundleIdentifier + com.apple.AppStore + CriticalAlertEnabled + + NotificationsEnabled + + ShowInCarPlay + + ShowInLockScreen + + ShowInNotificationCenter + + SoundsEnabled + + + + PayloadDisplayName + Notifications + PayloadIdentifier + com.apple.notificationsettings.F49D719F-3F1A-4ADB-AD84-126BE867242C + PayloadType + com.apple.notificationsettings + PayloadUUID + F49D719F-3F1A-4ADB-AD84-126BE867242C + PayloadVersion + 1 + + + BlockStoragePolicy + 2 + DefaultBrowserPromptingState3 + 2 + DidShowWhatsNewInSafari + + HistoryAgeInDaysLimit + 31 + HomePage + https://nodemixaholic.com/homepage/ + NewTabBehavior + 0 + NewWindowBehavior + 0 + PayloadDisplayName + Safari + PayloadIdentifier + com.apple.Safari.357B7D12-2B0B-41AF-B55E-9902EA904CCB + PayloadType + com.apple.Safari + PayloadUUID + 357B7D12-2B0B-41AF-B55E-9902EA904CCB + PayloadVersion + 1 + + + DisableDeveloperTools + + DisableFeedbackCommands + + DisableFirefoxScreenshots + + DisableFirefoxStudies + + DisablePocket + + DontCheckDefaultBrowser + + EnterprisePoliciesEnabled + + HardwareAcceleration + + Homepage + + URL + https://nodemixaholic.com/homepage/ + + NewTabPage + + OverrideFirstRunPage + https://nodemixaholic.com/homepage/ + PDFjs + + EnablePermissions + + Enabled + + + PayloadDisplayName + Firefox + PayloadIdentifier + org.mozilla.firefox.4694BEB3-B04F-4181-8924-42EB75EA9E3E + PayloadType + org.mozilla.firefox + PayloadUUID + 4694BEB3-B04F-4181-8924-42EB75EA9E3E + PayloadVersion + 1 + PromptForDownloadLocation + + SearchBar + unified + SearchEngines + + Add + + + Description + Brave Search + Method + GET + Name + Brave + URLTemplate + https://search.brave.com/search?q={searchTerms} + + + + + + CloudExtensionRequestEnabled + + CloudReportingEnabled + + DefaultSearchProviderIconURL + https://cdn.search.brave.com/serp/v2/_app/immutable/assets/favicon.acxxetWH.ico + DefaultSearchProviderName + Brave+NodeMixaholic + DefaultSearchProviderNewTabURL + https://nodemixaholic.com/homepage + DefaultSearchProviderSearchURL + https://search.brave.com/search?q={searchTerms} + DefaultSearchProviderSuggestURL + https://example.com/fakeSuggest?q={searchTerms} + HomepageLocation + https://nodemixaholic.com/homepage/ + NewTabPageLocation + https://nodemixaholic.com/homepage/ + PayloadDisplayName + Google Chrome + PayloadIdentifier + com.google.Chrome.A3A60697-023E-4E37-9B41-7403D002E11C + PayloadType + com.google.Chrome + PayloadUUID + A3A60697-023E-4E37-9B41-7403D002E11C + PayloadVersion + 1 + ReportSafeBrowsingData + + RestoreOnStartup + 5 + + + PayloadDescription + Sets macOS settings for Sneed Group. + PayloadDisplayName + Sneed Group Settings + PayloadIdentifier + com.nodemixaholic.nogatekeepandlockdown + PayloadOrganization + Sneed Group + PayloadScope + System + PayloadType + Configuration + PayloadUUID + 8C129FB8-B5D2-4777-8607-D03488EB98DE + PayloadVersion + 1 + +