docs: update README
This commit is contained in:
parent
e522932392
commit
e3d43d8411
1 changed files with 6 additions and 4 deletions
|
@ -23,9 +23,11 @@ The package is structured as such:
|
||||||
```
|
```
|
||||||
env/
|
env/
|
||||||
bootstrap.sh # Adds bootstrap block to your shell's config file.
|
bootstrap.sh # Adds bootstrap block to your shell's config file.
|
||||||
steps.sh # Definitions for bootstrapping steps
|
files/
|
||||||
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 neovim.
|
||||||
|
git_config # Configuration commands for git
|
||||||
|
starship.toml # Starship prompt configuration
|
||||||
```
|
```
|
||||||
|
|
||||||
Adding code to `shell_extras` will add code that gets executed on shell-start.
|
Adding code to `shell_extras` will add code that gets executed on shell-start.
|
||||||
|
|
Loading…
Reference in a new issue