Algorithmica
en.algorithmica.org6 pointsby Nales1 comments
.
├── index.txt A file explaning what each directory are for.
├── Configuration Conf for my PC (dotfiles, scripts...).
├── Knowledge My notes.
├── Media Things I keep but I could find online or in store.
│ ├── Books
│ ├── Games
│ └── Videos
├── Personal All things that are personal (pictures, GTD...).
├── TODO Things I should do one day (
│ ├── 2024-08-17 Articles to read
│ └── 2024-08-17 Phone pictures
├── Various Things that I do not know where to put.
└── Work Anything work related (personal or professional)
├── Companies
├── Employment
├── Freelance
└── Projects
The big advantage of having a good file hierarchy in one directory is that it makes archiving way way easier. For example when I sync my data with an external hard drive, I can use a script to compare what files changed and another script to copy things between my computer and the hard drive while automatically making zip in my computer to avoid losing something by accident.