refactor: rename for clarity, bootstrap v. install
This commit is contained in:
parent
87676c4c69
commit
6e2e382388
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ Environment tweaks for everyday happiness.
|
|||
## Setup
|
||||
|
||||
```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.
|
||||
|
@ -22,7 +22,7 @@ The package is structured as such:
|
|||
|
||||
```
|
||||
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.
|
||||
extras.vim # Common config for NVIM.
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue