#author("2016-07-26T23:10:11+09:00","default:wikiwriter","wikiwriter")
#author("2016-07-26T23:10:45+09:00","default:wikiwriter","wikiwriter")
&tag(MarsEdit/設定などの同期2);
*目次 [#bdbd81bf]
#contents
*参考情報 [#i7f97756]
-[[MarsEdit]]

*概要 [#ec23e4d4]
-Dropboxを使った同期。
- ~/Library/Preferences/com.red-sweater.marsedit.macappstore.plistは安全のため同期しない。
- ~/Library/Application Supportの下のLocalDraftsとPendingUplaodsを同期する。その他設定の同期には.gitを使う
-"~/Library/Preferences/com.red-sweater.marsedit.macappstore.plist"は安全のため同期しない。
-"~/Library/Application Supportの下のLocalDraftsとPendingUplaods"を同期する。その他設定の同期には.gitを使う

*1台目の設定 [#c1ff180e]
**Dropboxの設定 [#k61b2437]
#pre{{
cd ~/Library Application Support/MarsEdit
mv LocalDrafts PendingUplaods ~/Dropbox/app/MarsEdit
ln -s ~/Dropbox/app/MarsEdit/LocalDrafts
ln -s ~/Dropbox/app/MarsEdit/PendingUploads
}}
**gitの設定 [#u8a5e697]
-.gitignoreの設定
#pre{{
App Store Receipts/*
Autosave/*
Backups/*
Favicons/*
Posts/*
Scripts/*
TextFilters/*
UploadedFiles/*
}}
-リポジトリ作成
#pre{{
git init
git add .
git commit -m "init"
}}
-で適当な共有リポジトリにpush

*2台目の設定 [#c6d52053]
**git clone [#bc71d6da]
-git cloneだけでいけるかも。
-以下symlinkを手作業で作る場合。
#pre{{
cd ~/Library Application Support/MarsEdit
rm -rf LocalDrafts PendingUploads
ln -s ~/Dropbox/app/MarsEdit/LocalDrafts
ln -s ~/Dropbox/app/MarsEdit/PendingUploads
}}

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS