-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Bruno edited this page Aug 6, 2015
·
3 revisions
gem install dutiful
This will install the dutiful
application on your computer.
$ dutiful init
create ~/.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.
[storage]
name = 'iCloud'
Path defaults to '~/Library/Mobile Documents'.
[storage]
name = 'Dropbox'
Path defaults to '~/Dropbox'.
[storage]
name = 'Custom'
path = '~/custom-folder'