| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains my personal dotfiles: shell, editor, terminal, and supporting scripts used on my development machines.
It also contains an ai/ directory, which houses prompts and tooling I use to work with AI assistants.
dotfiles/ ├── ai/ # AI prompts, roles, and agent tooling ├── shell/ # Shell configuration and environment setup ├── editor/ # Editor configuration (Neovim, Helix, etc.) ├── terminal/ # Terminal emulator configuration ├── scripts/ # Miscellaneous human-facing scripts ├── fonts/ # Font assets └── ...
Each top-level directory has a distinct responsibility. The intent is to keep these responsibilities separate so that changes in one area do not cascade unnecessarily into others.
Shell initialization and environment wiring.
Typical contents:
This directory defines how commands execute and how the environment behaves.
Editor configuration.
Typical contents:
This directory is editor-specific and intentionally isolated from shell logic.
Terminal emulator configuration.
Typical contents:
This directory affects how terminals look and behave, not what they execute.
Human-facing scripts and helpers.
Typical contents:
Scripts here are meant to be run directly by a human. Scripts that primarily exist to support AI workflows live under ai/ instead.
Font assets used by the terminal and editor configurations.
AI-related prompts, roles, context, and tooling.
This directory exists to support how I work with AI assistants. It contains:
The internal structure of ai/ is documented for agents in ARCH_INDEX.md.
| Back | FazBrowse Home | New Git URL |