Created
January 5, 2015 03:06
-
-
Save ytkhs/663f4ff18dd08fd7ad81 to your computer and use it in GitHub Desktop.
dropboxでatomの設定ファイルを同期するときにシンボリックリンクはるやつ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #compile-cacheとstorageはdropboxでsyncしないようにあらかじめ外しておく | |
| for f in ~/Dropbox/atom-sync/*; do ln -s $f ~/.atom/`basename $f`; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment