Skip to content
Bruno edited this page Aug 6, 2015 · 3 revisions

Install

gem install dutiful

This will install the dutiful application on your computer.

Configure dutiful

$ dutiful --init
  create ~/.dutiful/config.toml

~/.dutiful/config.toml

[storage]
name = 'Syncthing'
path = '~/syncthing'
  • storage.name: The storage name is going to be printed when running the dutiful commands. [optional]
  • storage.path: The folder where your preference files are synced to.

If the storage name is either iCloud or Dropbox, the storage path will default to ~/Dropbox and ~/Library/Mobile Documents respectively.

Clone this wiki locally