|
|
|
|
|
by christophclarke
2667 days ago
|
|
~/Code/
L python/
L project1/
L ...
L dotnet/
L web/
L work/
L ...
~/Documents/
L school/
L Spring2019/
L ...
L personal/
L work/
That's about all I really access other than Downloads which is a huge mess that gets purged every so often. Anything of lasting value gets moved out of there asap.~/Documents/ is backed up to iCloud so I can access them anywhere. (Tip: Any directory you don't want to be backed up can be suffixed with ".nosync" e.g. SecretStuff.noSync). This all started after getting into Go, which mandates a central directory under which all Go code is stored. [1] nesting scope also helps namespace resources. [1] https://golang.org/doc/code.html#Overview |
|