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 = 'Storage name'
path = '~/custom-folder'
  • storage.name: The storage name is going to be printed when running the dutiful commands.
  • storage.path: The folder where your preference files are synced to.

Storages

iCloud

[storage]
name = 'iCloud'

Path defaults to '~/Library/Mobile Documents'.

Dropbox

[storage]
name = 'Dropbox'

Path defaults to '~/Dropbox'.

Custom Folder

[storage]
name = 'Custom'
path = '~/custom-folder'