If you are using a rolling release distro like Arch, you might have noticed that your home directory now has a new member, a new folder called "Projects".

For as long as I remember, Linux has always had a set of default folders under the home directory. Usually they are Documents, Music, Pictures, Videos and Downloads. Templates, Desktop and Public folders are also there.

Now we have a new addition in the form of "Projects".

you are viewing a single comment's thread
view the rest of the comments
[–] 44 points 3 months ago (3 children)

I’ve always had a projects folder, so this works for me I guess.

  • source
  • hideshow 6 child comments
  • [–] 8 points 3 months ago (1 child)

    Same, I picked it up from some random user I was watching.

    It may as well be called 'git folder' because it's almost exclusively used to clone 'hmm, neat' github repos and for my various 'to do' projects where I've gotten as far as running git init.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 3 months ago* (3 children)

    Same I also keep one called “scratch” that is just for random one off shit

  • source
  • parent
  • hideshow 6 child comments
  • [–] 3 points 3 months ago (1 child)

    I used to have a scratch directory. Then I realized I can put stuff in /tmp/whatever, and it gets automatically deleted on reboot. I made a shell function that creates a /tmp subdirectory, and cds to it in one command.

  • source
  • parent
  • hideshow 2 child comments