mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
# Setup yabridge paths and sync plugins for the current user
|
|
setup-audio:
|
|
#!/usr/bin/env bash
|
|
export WINELOADER='/opt/wine-staging/bin/wine'
|
|
|
|
wineboot -u
|
|
|
|
yabridgectl add "$HOME/.wine/drive_c/Program Files/Common Files/VST3"
|
|
|
|
yabridgectl sync
|