├── LICENSE ├── README.md ├── addAndTrustCert └── addAndTrustCert.sh ├── autoUpdateChrome └── auto_install_chrome.sh ├── autoUpdateFirefox └── autoUpdateFirefox.sh ├── autoUpdateJava7 └── autoUpdateJava7.sh ├── autoUpdateVLC ├── README.md └── vlcAutoUpdate.sh ├── disableChromePrintDialog └── disableChromePrintDialog.sh ├── disableGuestAccount └── disableGuest.sh ├── disableiTunesSharing └── disableiTunesSharing.sh ├── enableLocationServices └── enableLocationServices.sh ├── microsoftOfficeUpdateSetting └── disableOfficeUpdates.sh ├── removeFileMaker12 └── removeFileMaker12.sh ├── removeFileMaker13 └── removeFileMaker13.sh ├── removeFileMaker8to12 └── removeFileMaker8-12.sh ├── toggleNotificationCenter └── toggleNotificationCenter.sh ├── toggleSSH └── toggleSSH.sh ├── toggleShowHiddenFiles └── toggleShowHiddenFiles.sh └── vpnMenuSetup └── vpnSetup.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/README.md -------------------------------------------------------------------------------- /addAndTrustCert/addAndTrustCert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/addAndTrustCert/addAndTrustCert.sh -------------------------------------------------------------------------------- /autoUpdateChrome/auto_install_chrome.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/autoUpdateChrome/auto_install_chrome.sh -------------------------------------------------------------------------------- /autoUpdateFirefox/autoUpdateFirefox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/autoUpdateFirefox/autoUpdateFirefox.sh -------------------------------------------------------------------------------- /autoUpdateJava7/autoUpdateJava7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/autoUpdateJava7/autoUpdateJava7.sh -------------------------------------------------------------------------------- /autoUpdateVLC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/autoUpdateVLC/README.md -------------------------------------------------------------------------------- /autoUpdateVLC/vlcAutoUpdate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/autoUpdateVLC/vlcAutoUpdate.sh -------------------------------------------------------------------------------- /disableChromePrintDialog/disableChromePrintDialog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/disableChromePrintDialog/disableChromePrintDialog.sh -------------------------------------------------------------------------------- /disableGuestAccount/disableGuest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/disableGuestAccount/disableGuest.sh -------------------------------------------------------------------------------- /disableiTunesSharing/disableiTunesSharing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/disableiTunesSharing/disableiTunesSharing.sh -------------------------------------------------------------------------------- /enableLocationServices/enableLocationServices.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/enableLocationServices/enableLocationServices.sh -------------------------------------------------------------------------------- /microsoftOfficeUpdateSetting/disableOfficeUpdates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/microsoftOfficeUpdateSetting/disableOfficeUpdates.sh -------------------------------------------------------------------------------- /removeFileMaker12/removeFileMaker12.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/removeFileMaker12/removeFileMaker12.sh -------------------------------------------------------------------------------- /removeFileMaker13/removeFileMaker13.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/removeFileMaker13/removeFileMaker13.sh -------------------------------------------------------------------------------- /removeFileMaker8to12/removeFileMaker8-12.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/removeFileMaker8to12/removeFileMaker8-12.sh -------------------------------------------------------------------------------- /toggleNotificationCenter/toggleNotificationCenter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/toggleNotificationCenter/toggleNotificationCenter.sh -------------------------------------------------------------------------------- /toggleSSH/toggleSSH.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/toggleSSH/toggleSSH.sh -------------------------------------------------------------------------------- /toggleShowHiddenFiles/toggleShowHiddenFiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/toggleShowHiddenFiles/toggleShowHiddenFiles.sh -------------------------------------------------------------------------------- /vpnMenuSetup/vpnSetup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opragel/OSX_Scripts/HEAD/vpnMenuSetup/vpnSetup.sh --------------------------------------------------------------------------------