Update .zshrc and refactor related files as needed

This commit is contained in:
david
2025-01-26 00:20:27 -06:00
parent 562443c34f
commit 5dec68e3fe
12 changed files with 54 additions and 44 deletions

View File

@@ -1,12 +1,13 @@
# repo containing configs and scripts to set up a box
### prerequisites
- install git if not already installed
- clone this repo
- if on macOS, install [homebrew](https://brew.sh/)
- zsh is installed (scripts are written for zsh)
- git is installed
- export the env var `BOX_SETUP_OS` to indicate the operating system
- (options defined in `set_env_vars` file)
- options defined in `set_env_vars` file
- if on macOS, install [homebrew](https://brew.sh/)
### script run
- git clone this repo
- from the repo's root directory, run `./setup_this_box`