├── Adobe CC makepkginfo ├── Adobe_CC_2017.xml ├── adobe_cc_installs.sh ├── cc2015.plist └── cc2015updates.xml ├── Airport └── Airport_Admin_settings.sh ├── AppStore └── Restrict-SoftwareUpdates-Only.sh ├── Apple Setup Assistant └── prevent-setupassistant-running.sh ├── Auto DS NBI └── Auto_DS_NBI_Builder.sh ├── Auto_Software_Update_Check └── disabled_auto_check_for_updates.sh ├── Casper ├── asucatalogset.sh ├── superrecon.sh └── syncCDPs.sh ├── Computer Name ├── computer_rename_MAC.sh └── computer_rename_serial.sh ├── Dock └── dock_setup.sh ├── Don't restore windows when quitting └── dont_restore_windows.sh ├── Enable Remote Management (ARD) └── Enable ARD.sh ├── Enable Root └── enabled_root.sh ├── Enable SSH Remote Login └── enable_ssh.sh ├── Enable:Disable System Preference Panes └── set_panes.sh ├── Energy Saver - PMSet └── energy_saver.sh ├── Finder Defaults └── finder_default_view.sh ├── Fix stuck yosemite boot └── rc.server.sh ├── Gatekeeper ├── check-gatekeeper-status.sh └── disable_gatekeeper.sh ├── LoginWindow └── set-loginwindow-hostinfo.sh ├── MCX Cache ├── clear_mcx_reboot.sh └── flush-MCX-cache.sh ├── Mouse └── mouse_settings.sh ├── Office 2011 AutoDMG Prep ├── Office_2011_Update_fixer.sh └── Office_SP3_Prep_AutoDMG.sh ├── Printers - lpadmin └── printers_add.sh ├── Safari └── safari_settings.sh ├── Screensaver └── screensaver_settings.sh ├── Scripts_borrowed_from_others └── Set_diagnostic_defaults.sh ├── Set Proxy PAC and ARD Fields └── location_proxy.sh ├── SetTimeZone AD Site ├── README.md └── set_site_timezone.sh ├── Set_Locale_Region └── set_locale.sh ├── SetupAssistent └── hide_setupassistent.sh ├── Time Machine └── timemachine_settings.sh ├── XciteLogic └── Xcite_MS_Auto.sh ├── configuration profile fixer └── profile_fix.sh ├── deploystudio_master_git_sync └── git_sync.sh └── iCloud └── suppres-icloud-setup.sh /Adobe CC makepkginfo/Adobe_CC_2017.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Adobe CC makepkginfo/Adobe_CC_2017.xml -------------------------------------------------------------------------------- /Adobe CC makepkginfo/adobe_cc_installs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Adobe CC makepkginfo/adobe_cc_installs.sh -------------------------------------------------------------------------------- /Adobe CC makepkginfo/cc2015.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Adobe CC makepkginfo/cc2015.plist -------------------------------------------------------------------------------- /Adobe CC makepkginfo/cc2015updates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Adobe CC makepkginfo/cc2015updates.xml -------------------------------------------------------------------------------- /Airport/Airport_Admin_settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Airport/Airport_Admin_settings.sh -------------------------------------------------------------------------------- /AppStore/Restrict-SoftwareUpdates-Only.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/AppStore/Restrict-SoftwareUpdates-Only.sh -------------------------------------------------------------------------------- /Apple Setup Assistant/prevent-setupassistant-running.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Apple Setup Assistant/prevent-setupassistant-running.sh -------------------------------------------------------------------------------- /Auto DS NBI/Auto_DS_NBI_Builder.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Auto DS NBI/Auto_DS_NBI_Builder.sh -------------------------------------------------------------------------------- /Auto_Software_Update_Check/disabled_auto_check_for_updates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Auto_Software_Update_Check/disabled_auto_check_for_updates.sh -------------------------------------------------------------------------------- /Casper/asucatalogset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Casper/asucatalogset.sh -------------------------------------------------------------------------------- /Casper/superrecon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Casper/superrecon.sh -------------------------------------------------------------------------------- /Casper/syncCDPs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Casper/syncCDPs.sh -------------------------------------------------------------------------------- /Computer Name/computer_rename_MAC.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Computer Name/computer_rename_MAC.sh -------------------------------------------------------------------------------- /Computer Name/computer_rename_serial.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Computer Name/computer_rename_serial.sh -------------------------------------------------------------------------------- /Dock/dock_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Dock/dock_setup.sh -------------------------------------------------------------------------------- /Don't restore windows when quitting/dont_restore_windows.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Don't restore windows when quitting/dont_restore_windows.sh -------------------------------------------------------------------------------- /Enable Remote Management (ARD)/Enable ARD.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Enable Remote Management (ARD)/Enable ARD.sh -------------------------------------------------------------------------------- /Enable Root/enabled_root.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Enable Root/enabled_root.sh -------------------------------------------------------------------------------- /Enable SSH Remote Login/enable_ssh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Enable SSH Remote Login/enable_ssh.sh -------------------------------------------------------------------------------- /Enable:Disable System Preference Panes/set_panes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Enable:Disable System Preference Panes/set_panes.sh -------------------------------------------------------------------------------- /Energy Saver - PMSet/energy_saver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Energy Saver - PMSet/energy_saver.sh -------------------------------------------------------------------------------- /Finder Defaults/finder_default_view.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Finder Defaults/finder_default_view.sh -------------------------------------------------------------------------------- /Fix stuck yosemite boot/rc.server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Fix stuck yosemite boot/rc.server.sh -------------------------------------------------------------------------------- /Gatekeeper/check-gatekeeper-status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Gatekeeper/check-gatekeeper-status.sh -------------------------------------------------------------------------------- /Gatekeeper/disable_gatekeeper.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Turn off Gatekeeper 4 | 5 | spctl --master-disable 6 | 7 | exit 0 -------------------------------------------------------------------------------- /LoginWindow/set-loginwindow-hostinfo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/LoginWindow/set-loginwindow-hostinfo.sh -------------------------------------------------------------------------------- /MCX Cache/clear_mcx_reboot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/MCX Cache/clear_mcx_reboot.sh -------------------------------------------------------------------------------- /MCX Cache/flush-MCX-cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/MCX Cache/flush-MCX-cache.sh -------------------------------------------------------------------------------- /Mouse/mouse_settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Mouse/mouse_settings.sh -------------------------------------------------------------------------------- /Office 2011 AutoDMG Prep/Office_2011_Update_fixer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Office 2011 AutoDMG Prep/Office_2011_Update_fixer.sh -------------------------------------------------------------------------------- /Office 2011 AutoDMG Prep/Office_SP3_Prep_AutoDMG.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Office 2011 AutoDMG Prep/Office_SP3_Prep_AutoDMG.sh -------------------------------------------------------------------------------- /Printers - lpadmin/printers_add.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Printers - lpadmin/printers_add.sh -------------------------------------------------------------------------------- /Safari/safari_settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Safari/safari_settings.sh -------------------------------------------------------------------------------- /Screensaver/screensaver_settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Screensaver/screensaver_settings.sh -------------------------------------------------------------------------------- /Scripts_borrowed_from_others/Set_diagnostic_defaults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Scripts_borrowed_from_others/Set_diagnostic_defaults.sh -------------------------------------------------------------------------------- /Set Proxy PAC and ARD Fields/location_proxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Set Proxy PAC and ARD Fields/location_proxy.sh -------------------------------------------------------------------------------- /SetTimeZone AD Site/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/SetTimeZone AD Site/README.md -------------------------------------------------------------------------------- /SetTimeZone AD Site/set_site_timezone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/SetTimeZone AD Site/set_site_timezone.sh -------------------------------------------------------------------------------- /Set_Locale_Region/set_locale.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Set_Locale_Region/set_locale.sh -------------------------------------------------------------------------------- /SetupAssistent/hide_setupassistent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/SetupAssistent/hide_setupassistent.sh -------------------------------------------------------------------------------- /Time Machine/timemachine_settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/Time Machine/timemachine_settings.sh -------------------------------------------------------------------------------- /XciteLogic/Xcite_MS_Auto.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/XciteLogic/Xcite_MS_Auto.sh -------------------------------------------------------------------------------- /configuration profile fixer/profile_fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/configuration profile fixer/profile_fix.sh -------------------------------------------------------------------------------- /deploystudio_master_git_sync/git_sync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/deploystudio_master_git_sync/git_sync.sh -------------------------------------------------------------------------------- /iCloud/suppres-icloud-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calum-github/Scripts/HEAD/iCloud/suppres-icloud-setup.sh --------------------------------------------------------------------------------