--- name: tlyboy-profile description: "Guany's personal preferences, toolchain, and coding conventions. Use when you need to understand Guany's preferred tech stack, tools, code style, or environment setup. Topics: preferences, toolchain, code style, editor, shell, font, theme, conventions." --- # Profile Guany's personal preferences and toolchain. ## Tech Stack | Category | Preference | | ------------------ | ----------------------------- | | Language | TypeScript | | Frontend Framework | Vue 3, React, Nuxt, Next.js | | UI Library | shadcn/ui, Element Plus, Vant | | Desktop | Tauri | | Backend | Nitro, Bun, Node.js | | Deploy | Vercel, Netlify, Docker | ## Toolchain | Category | Preference | | -------------------- | ----------------------------------------- | | Package Manager | pnpm | | Install Command | ni (@antfu/ni) | | Node Version Manager | fnm | | Editor | VS Code + Vitesse Dark theme | | Shell | Oh My Zsh + Starship | | Font | FiraCode Nerd Font | | Git | Disable CRLF auto-conversion, Ed25519 SSH | ## Code Style | Category | Preference | | ------------ | ---------- | | Indent | 2 spaces | | Line Endings | LF | | Semicolons | No | | Quotes | Single | | Theme Color | #3498db |