Syncing Software
Jump to navigation
Jump to search
MacOS[edit]
GUI[edit]
GoodSync[edit]
Command line[edit]
Unison[edit]
Unison can be installed with homebrew, e.g. brew install unison
By default homebrew is installed in /usr/local which requires admin rights. Homebrew can be installed without admin rights, in a local user directory with the command
mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
Then add the directory to the user's path by updating the PATH variable in ~/.bash_profile