Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakenology/Scripts
A collection of useful scripts
https://github.com/jakenology/Scripts
chrome firefox jumpcloud macos osx python windows
Last synced: 4 days ago
JSON representation
A collection of useful scripts
- Host: GitHub
- URL: https://github.com/jakenology/Scripts
- Owner: jakenology
- License: mit
- Created: 2018-03-31T08:43:17.000Z (over 6 years ago)
- Default Branch: Deployment
- Last Pushed: 2024-07-25T07:45:36.000Z (4 months ago)
- Last Synced: 2024-07-25T08:37:02.576Z (4 months ago)
- Topics: chrome, firefox, jumpcloud, macos, osx, python, windows
- Language: Shell
- Homepage:
- Size: 276 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **JAKENOLOGY/SCRIPTS**
### **Description**
This repository contains a variety of helpful scripts in many languages for the Mac computer, some sourced and others handcrafted by myself. Either way, using these scripts is gauranteed to be a great user experience!### Download this Repository
```
$ cd Downloads
$ git clone https://github.com/jakenology/Scripts.git
```## **DEPENDENCIES**
**PLEASE NOTE:** Some scripts and tools rely on other CLTs or scripts to function properly. These CLTs/scripts can be found in the [**Resources**](./Resources) folder. Here is a complete list of the contents:
- [Dockutil](./Resources/dockutil)## **[Admin](./Admin)**
These scripts are for Mac Admins and System Administrators in general:
- [CreateMASReceipt.sh](./Admin/CreateMASReceipt.sh)
- Creates Mac App Store receipts for apps (Works well with the script below)
- [MASPKG.sh](./Admin/MASPKG.sh)
- Captures Mac App Store installations
- [installPKGfromDMG.sh](./Admin/installPKGfromDMG.sh)
- Silently installs a package from a DMG file
- [lpadminedit.sh](./Admin/lpadminedit.sh)
- Allows all users to add or remove printers
- [report-admins.sh](./Admin/report-admins.sh)
- Reports all local user accounts with a UID above 500## **[Installs](./Installs)**
- [GoogleChromeInstall.sh](./Installs/GoogleChromeInstall.sh)
- Google Chrome Updater script for Admins
- [IU-Adobe-Reader.sh](./Installs/IU-Adobe-Reader.sh)
- Installs or Updates Adobe Reader DC
- [install-MS_VSC.sh](./Installs/install-MS_VSC.sh)
- Installs Microsoft Visual Studio Code
- [install-chrome.sh](./Installs/install-chrome.sh)
- Installs Google Chrome
- ***NO LONGER WORKING***
- [install-firefox.sh](./Installs/install-firefox.sh)
- Installs Mozilla Firefox
- [install-flash.sh](./Installs/install-flash.sh)
- Installs Adobe Flash Player
- [install-flux.sh](./Installs/install-flux.sh)
- Protects your eyes, use Flux ;)
- [install-fusion360.sh](./Installs/install-fusion360.sh)
- Installs Autodesk Fusion 360 for standard users
- [install-screen_savers.sh](./Installs/install-screen_savers.sh)
- Installs a bunch of cool custom Screen Savers for your Mac
- [install-skype.py](./Installs/install-skype.py)
- A pythonized version of install-skype.sh
- [install-skype.sh](./Installs/install-skype.sh)
- Installs Microsoft's Skype## **[Miscellaneous](./Misc.)**
- [fibonacci.swift](./Misc./fibonacci.swift)
- Fibonacci Spiral Thingy## **[Resets](./Resets)**
- [reset-dock.sh](./Resets/reset-dock.sh)
- Resets the user's Dock or DIY without admin priviledges
- [reset-launchpad.sh](./Resets/reset-launchpad.sh)
- Resets the user's Launchpad or DIY without admin priviledges
- [reset-MS_VSC.sh](./Resets/reset-MS_VSC.sh)
- Resets Microsoft Visual Studio Code to default settings## **[Setup](./Setup)**
- [setup-path.sh](./Setup/setup-path.sh)
- Creates a bin directory in your home folder, hides it, and then adds it to your $PATH
- [setup-user.sh](./Setup/setup-user.sh)
- Jayke's Favorite user settings for any mac## **[Uninstalls](./Uninstalls)**
- [uninstall-packages.sh](./Uninstalls/uninstall-packages.sh)
- Uninstalls Stéphane Sudre's Packages
- [uninstall-printers.sh](./Uninstalls/uninstall-printers.sh)
- Uninstalls all printers on your Mac
# **HELP**