Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bgebhardt/osx_scripts_folder

My repository of miscellaneous AppleScripts I've written for OS X
https://github.com/bgebhardt/osx_scripts_folder

Last synced: about 2 months ago
JSON representation

My repository of miscellaneous AppleScripts I've written for OS X

Awesome Lists containing this project

README

        

This are my AppleScripts that I install in the Scripts folder on every computer I use.

Install running the following commands.

```shell
cd ~/Library
mv -i Scripts Scripts_bak # back up old folder just in case
git clone https://github.com/bgebhardt/osx_scripts_folder.git
mv -i osx_scripts_folder Scripts
```