From e3d43d8411f192cb0742421e0344fbb276b78c48 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Fri, 23 Feb 2024 22:43:23 -0500 Subject: [PATCH] docs: update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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.