I’m getting sick of all these “dot” folders in my home directory. And even moreso, of some programs not even use .directories, but instead .programname_file1, .programname_file2 (For example: .bash_history, .bashrc, etc). I’m glad people are trying to incorporate moving all dot-folders into ~/.config, via the open desktop standards.

Also, dot-folders need to make more sense. why is .mozilla for firefox, but .mozilla-thunderbird for Thunderbird?? It’s just a gigantic mess.
I made a few symlinks for this, but the dot-folders still exist. For example, ~/.mozilla –> ~/.config/firefox. You can do this with the following command :

ln -s reallocation newlocation

For my example above, this would be :

ln -s ~/.mozilla ~/.config/firefox

4 Responses to “dot directories in my home directory”

  1. Dr Small Says:

    Yes, it is very annoying, for me being a neat geek.

    .gnome2
    .gnome2_private
    .gconf
    .tmp
    .mozilla
    .local

    and the list goes on and on…

  2. Niko Kruzel Says:

    Nathan! You got a blog; I want to get a new one once I can figure out a way to solve my time issue.

  3. Joeb454 Says:

    I don’t know why mozilla don’t change it to be ~/mozilla/firefox and ~/.mozilla/thunderbird

    That would make a little more sense

  4. sandrar Says:

    Hi! I was surfing and found your blog post… nice! I love your blog. :) Cheers! Sandra. R.


Leave a Reply