diff --git a/README.md b/README.md index 3d1b64a..dbc5f2d 100644 --- a/README.md +++ b/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.