Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Created January 5, 2015 03:06
Show Gist options
  • Select an option

  • Save ytkhs/663f4ff18dd08fd7ad81 to your computer and use it in GitHub Desktop.

Select an option

Save ytkhs/663f4ff18dd08fd7ad81 to your computer and use it in GitHub Desktop.
dropboxでatomの設定ファイルを同期するときにシンボリックリンクはるやつ
#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