refactor: rename for clarity, bootstrap v. install

This commit is contained in:
Marc 2024-01-28 10:07:17 -05:00
parent 87676c4c69
commit 6e2e382388
Signed by: marc
GPG key ID: 048E042F22B5DC79
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ Environment tweaks for everyday happiness.
## Setup ## Setup
```bash ```bash
git clone git@github.com:mcataford/env.git <path-of-your-choosing> | . ./install.sh git clone git@github.com:mcataford/env.git <path-of-your-choosing> | . ./bootstrap.sh
``` ```
The setup script will look for pre-existing managed blocks and will not update the file if one is found. The setup script will look for pre-existing managed blocks and will not update the file if one is found.
@ -22,7 +22,7 @@ The package is structured as such:
``` ```
env/ env/
install.sh # Adds bootstrap block to your shell's config file. bootstrap.sh # Adds bootstrap block to your shell's config file.
shell_extras # Functions, aliases and exports for the shell. shell_extras # Functions, aliases and exports for the shell.
extras.vim # Common config for NVIM. extras.vim # Common config for NVIM.
``` ```