Add auto-detection of OS and distro to scripts

This commit is contained in:
2025-10-06 00:45:59 -05:00
parent 05ca9cfb85
commit 0ad0691120
7 changed files with 56 additions and 64 deletions

View File

@@ -14,9 +14,8 @@
### script run
- (run these commands from repo's root dir)
- to do the full setup, run: `./box_setup.sh <OS-name>`
- to do the full setup, run: `./box_setup.sh`
- to copy dotfiles only, run: `./copy_dotfiles.sh`
- NOTE: the `copy_dotfiles.sh` script may not work if ENV vars are not set as expected
### after script run
- complete manual actions specified in [ref/post-run-manual](ref/post-run-manual.md)