tractordev / wanix

Experimental, local-first, web-native, Unix-like development environment
https://wanix.sh
MIT License
225 stars 11 forks source link

move /tmp to /sys/tmp #65

Closed progrium closed 8 months ago

progrium commented 8 months ago

Trying to keep the root more user focused, putting paths used by the system under /sys. This also includes modifying any programs (build) that might use this. Although we could use an env var for specifying this path (Windows uses TMP), we're already leaning into convention over configuration for commands/apps. In the future we can revisit system paths defined by environment.