luanquangminh/dotfiles — reverse-engineered prompt
Reverse engineered prompt
Build me a personal dotfiles setup that can quickly configure a new development machine on macOS, Ubuntu or Debian Linux, and native Windows.
I want a simple one command install for macOS and Linux using a shell script, plus a PowerShell installer for Windows that does not need admin access. It should use chezmoi to apply my configs, set up Git, Neovim, mise, fzf, ripgrep, fd, bat, eza, zoxide, starship, jq, and sensible shell profiles. On Linux it should set up zsh, tmux, fonts, and common dev tools when doing a full install. On macOS it should handle Homebrew and Rosetta when needed. On Windows it should install Scoop, PowerShell 7, and skip Unix only configs automatically.
Please include install options for minimal mode, no sudo mode, and help. Make the scripts detect the operating system and do the right thing without making the user edit files first. Look up current docs online if you need to.
Want more depth? Deep Reverse