Personally, to keep my documents like Inkscape files or LibreOffice documents separate from my code, I add a directory under my home directory called Development. There, I can do git clones to my heart’s content

What do you all do?

  • muhq@discuss.tchncs.de
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago

    ~/code for everything I want to change/look at the source code.

    ~/.local/src for stuff I want to install locally from source.