The template of this meme is that of the man who cheerfully points his hand at a butterfly, asking “Is this a pigeon”?. In this meme, the man has been covered with icons of the applications IntelliJ, VSCode, Chromium and Signal. The butterfly which he points to is overlaid with the caption “.config”. He asks “Is this a trash can?” At the bottom of the image, we see the command du -sh executed on the directories .config/chromium/ and .config/Code, yielding file sizes of 1016M and 83M respectively.

  • dev_null@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    2 months ago

    Apps I write put config files in XDG_CONFIG_HOME/appname/, which is usually ~/.config/appname/. What’s wrong with that?

    • expr
      link
      fedilink
      arrow-up
      17
      ·
      2 months ago

      1GB of files is not configuration.

      • dev_null@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        2 months ago

        Oh I see, the problem is misusing it for stuff that isn’t configuration, yeah that makes sense now.

    • zaubentrucker@sopuli.xyz
      link
      fedilink
      arrow-up
      4
      ·
      2 months ago

      Thats how its supposed to be, but if your config dir is tens of megabytes large, you’re doing something wrong