FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

dotfiles/shell at main · justapithecus/dotfiles · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Shell

Zsh configuration with ZDOTDIR-based layout and Starship prompt.

Contents

  • install.sh: Installs zsh config files to ~/.config/zsh.
  • starship.toml: Starship prompt configuration.
  • zsh/: Zsh configuration modules.

Install

./shell/install.sh

This sets up:

  • ZDOTDIR pointing to ~/.config/zsh (via ~/.zshenv).
  • Modular zsh config sourced from .zshrc.
  • Starship prompt config at ~/.config/starship.toml.

Zsh modules

File Purpose
.zshrc Main entrypoint, sources all modules
env.zsh Environment variables and PATH
aliases.zsh Shell aliases
completions.zsh Completion system setup
compdefs.zsh Command-specific completion defs
keybindings.zsh Key bindings (emacs mode, etc.)
word-jump.zsh Word navigation tweaks

Prompt

Uses Starship with a minimal format:

user@host ~/path branch status ❯

Back | FazBrowse Home | New Git URL