Tagged Questions
3
votes
3answers
118 views
Can I safely sync .config/ between computers?
I have a netbook and desktop which I'd like to share application configuration between through Dropbox.
Currently my netbook is set to symlink ~/.config -> ~/Dropbox/.config which it's working fine. ...
2
votes
2answers
1k views
New user configuration
I want to make my Dropbox directory secure from unwitting changes. So I made for my directory and files inside the following actions:
chown -R dropbox:dropbox Dropbox
The idea is that I work under ...