#Scripts Pack
A project that I got too lazy to continue based upon users being restricted by an organisation (such as a school) through some sort of Network Account Server and the only possible way was to perform shell tasks integrated into AppleScripts to perform tasks that tweaks variables in a user's preferences.
Visit the Scripts Pack GitHub Pages site
0. Just run the Scripts Pack's Install.applescript
. If you don't feel like using that script, drag the Scripts Pack
folder into ~/Library/Scripts
for the current user, or /Library/Scripts
for all users. See [the Manual Installation page] for more details.
You don't need to build anything. In fact, it'll work just by dragging the Scripts Pack folder anywhere. For fun, you can create a disk image for this using Scripts Pack's create-dmg script. Also, Travis-ci automatically does this.
To build the disk image:
git clone https://github.com/Phorofor/ScriptsPack.macOS.git
cd ScriptsPack.macOS
chmod +x MAKE
./MAKE
The disk image will mount twice, the first one being for the creation of the disk image and the final one where it has been finally completed. Its output should be placed in the Build
folder.
Scripts Pack is licensed under the BSD License. See the License
file for more information.
Scripts Pack also makes use of create-dmg which is licensed under the MIT License to generate disk images for this program.