Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattpetters/music-tools
Useful utilities for installing music plugins quickly
https://github.com/mattpetters/music-tools
Last synced: about 1 month ago
JSON representation
Useful utilities for installing music plugins quickly
- Host: GitHub
- URL: https://github.com/mattpetters/music-tools
- Owner: mattpetters
- Created: 2023-10-27T14:58:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-31T03:57:06.000Z (5 months ago)
- Last Synced: 2024-11-09T15:05:14.578Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music Tools
This repo is a collection of scripts I wrote to help install music plugins faster (ie; when getting a new computer). Setting up DAW environments is a pain in the ass and takes forever so this at least automates the install and patching of your plugins.
## Usage
For ease of use probably add the `bin` folder to your shell `$PATH`
# For bash users
cd music-tools
echo 'export PATH="$PWD/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc# For zsh users
cd music-tools
echo 'export PATH="$PWD/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc# Install packages
./install_pkgs /path/to/pkg/directory# Run patchers
./run_patchers /path/to/command/directory