docs: update README
This commit is contained in:
parent
e522932392
commit
e3d43d8411
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -22,10 +22,12 @@ The package is structured as such:
|
|||
|
||||
```
|
||||
env/
|
||||
bootstrap.sh # Adds bootstrap block to your shell's config file.
|
||||
steps.sh # Definitions for bootstrapping steps
|
||||
shell_extras # Functions, aliases and exports for the shell.
|
||||
extras.vim # Common config for NVIM.
|
||||
bootstrap.sh # Adds bootstrap block to your shell's config file.
|
||||
files/
|
||||
shell_extras # Functions, aliases and exports for the shell.
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue