Clean up copy_configs, refactor some install sripts

This commit is contained in:
david
2025-01-31 00:46:43 -06:00
parent 4c0cabc448
commit 34b117fc30
7 changed files with 26 additions and 34 deletions

View File

@@ -5,8 +5,6 @@
- i.e. source repos, mirrors, etc. are configured
- if on macOS, have to first install the package manager, [homebrew](https://brew.sh/)
- zsh is installed (scripts are written for zsh)
- ensure ZDOTDIR is set in a persistent way for system (not just setup scripts)
- current approach: add `export ZDOTDIR="$HOME/.config/zsh"` to `/etc/zshenv`
- export the env var `BOX_SETUP_OS` to indicate the operating system
- options defined in `set_script_env_vars` file
- ensure sudo access is configured for the current user (2025-01-27, not needed on macos)