docs: update README

This commit is contained in:
Marc 2024-02-23 22:43:23 -05:00
parent e522932392
commit e3d43d8411
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -22,10 +22,12 @@ 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.