AI SummaryA set of opinionated Cursor rules for Manjaro Linux development environments, establishing conventions for shell scripting, package management, error handling, and user interaction via Gum. Ideal for Manjaro developers and teams wanting consistent, reproducible setup automation.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "manjikaze — Cursor Rules" prompt rules to my project. Repository: https://github.com/10KB/manjikaze Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
An opinionated Manjaro Linux setup by 10KB.
Environment
• This provisioning code is designed to run on Manjaro Linux. • The default shell is zsh.
User Input
• User input should be handled using the Gum package. • Gum documentation: https://github.com/charmbracelet/gum • For user choices, prefer gum choose or gum confirm. • For text input, use gum input. • For multi-line input, use gum write.
Script Design
• All scripts should be designed to be re-runnable without causing issues. • Don't add unnecessary comments to scripts. Only add comments if something is not obvious.
Package Management
• Use pacman for official repository packages. • Use yay for AUR packages. • Add --noconfirm --noprogressbar --quiet to all yay and pacman commands. • Add -s to all curl commands to enable silent mode.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts