created 2026-07-02 / updated 2026-07-02

dotfiles

My development environment configuration — Neovim, tmux, zsh, and more.


What’s in the box?

My development environment, codified as code. Every tool, every keybinding, every alias — version-controlled and reproducible across machines.

Components

  • Neovim — LSP-based IDE setup with Treesitter, Telescope, and a curated plugin set
  • tmux — Session management with sensible keybindings and a clean status bar
  • zsh — Custom prompt, aliases, and completions tuned for heavy terminal use
  • Git — Aliases, commit templates, and hooks that speed up everyday workflow

Philosophy

A good dev environment should feel like an extension of your hands. Every command should be where you reach. Every prompt should tell you what you need to know. Nothing more, nothing less.

Install

Clone and run the bootstrap script. Everything is managed via GNU Stow for clean symlink management.


← 所有开源项目