summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-12 20:27:05 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-12 20:27:05 -0500
commit395bce80ca7d6f572825c2618767e87ec43ddc12 (patch)
treec9570e3b2a3fc0874ef95d930fab676bac6f20d0 /README.md
parent516ce638f5c5ce0dab77367aa906f374da14b315 (diff)
refactor: renamed the shell folder to sh
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index d13033d..1394999 100644
--- a/README.md
+++ b/README.md
@@ -35,20 +35,20 @@ Configs
#### Zsh Configuration
-- [zshrc](zshrc) - Zsh profile (sources [profile.sh](shell/profile.sh) & [zsh/*](zsh))
-- [p10k.zsh](p10k.zsh) - p10k theme config
-- [shell/](shell) - Posix shell configs, shared (sourced) by different shell profiles
- - [aliases.sh](shell/aliases.sh) - Alias definitions shared between shells
- - [gpg.sh](shell/gpg.sh) - Sets up the GPG agent bridges between wsl and windows
- - [profile.sh](shell/profile.sh) - Exports and Path additions shared between shells
- - [wsl.sh](shell/wsl.sh) - WSL2 specific config (sources [gpg.sh](shell/gpg.sh))
+- [zshrc](zshrc) - Zsh profile (sources [profile.sh](sh/profile.sh) & [zsh/*](zsh))
+- [starship.toml](starship.toml) - [starship](https://starship.rs/) cross-shell theme config
+- [sh/](sh) - Posix compliant cross-shell configs
+ - [aliases.sh](sh/aliases.sh) - Alias definitions shared between shells
+ - [gpg.sh](sh/gpg.sh) - Sets up the GPG agent bridges between wsl and windows
+ - [profile.sh](sh/profile.sh) - Exports and Path additions shared between shells
+ - [wsl.sh](sh/wsl.sh) - WSL2 specific config (sources [gpg.sh](sh/gpg.sh))
- [zsh/](zsh) - Zsh configs
- [aliases.zsh](zsh/aliases.zsh) - Alias definitions (sources [aliases.sh](zsh/aliases.zsh))
- [antigen.zsh](zsh/antigen.zsh) - Loads Antigen plugins and theme
- [keybindings.zsh](zsh/keybindings.zsh) - Keybindings and related functions
- [prompt.zsh](zsh/prompt.zsh) - Prompt configuration and prompt theme settings
- [setopt.zsh](zsh/setopt.zsh) - Zsh configuration settings
- - [wsl.zsh](zsh/wsl.zsh) - WSL2 specific config (sources [wsl.sh](shell/wsl.sh))
+ - [wsl.zsh](zsh/wsl.zsh) - WSL2 specific config (sources [wsl.sh](sh/wsl.sh))
#### Misc