My AppleScripts.
git clone https://github.com/AndersDJohnson/applescripts.git .applescripts
./install.sh
If you want to store in standard locations, you can use hardlinks:
brew install hardlink-osx
cd ~/.applescripts
rm -rf Scripts Services
hln ~/Library/Scripts Scripts
hln ~/Library/Services Services
git reset --hard
Building apps will compile scripts under ./Scripts to ~/Applications,
so for example you can then run them from Spotlight.
./build.sh