Skip to content

Instantly share code, notes, and snippets.

@todd-dsm
Created October 24, 2024 04:28
Show Gist options
  • Save todd-dsm/ae4a020d4cca58c54120ebff4027d0fe to your computer and use it in GitHub Desktop.
Save todd-dsm/ae4a020d4cca58c54120ebff4027d0fe to your computer and use it in GitHub Desktop.
Sync Files Between Remote DAW/Logic Pro Workstations

Sync DAW Files Between Collaborators

Install Go

brew install golang

Set the golang binary directory

export GOPATH="$HOME/go"

Share that path to the environment

% cat /etc/paths
/opt/homebrew/opt/gnu-sed/libexec/gnubin
…
/Users/${USER}/go/bin

Open a new Terminal Tab

Install the FUSE packages

brew install --cask macfuse

NOTE: You can only see macFUSE towards the bottom of the System Settings.

Install the gcsfuse binary

go install github.com/googlecloudplatform/gcsfuse@master

We can now follow the google instructions for mounting volumes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment