Statusline Setup banner
AwesomeJun AwesomeJun

Statusline Setup

Development community

Description

--- description: Install or switch the Awesome Statusline preset (xs-xl) argument-hint: "[xsmall|small|medium|large|xlarge]" --- Install (or switch) the Awesome Statusline for the user. Run the bundled installer with the requested size. If the user gave a size in `$ARGUMENTS` (abbreviation `xs`/`s`/`m`/`l`/`xl` or full name), pass it through; otherwise default to `xlarge`: ```bash bash "${CLAUDE_PLUGIN_ROOT}/install.sh" $ARGUMENTS ``` The installer will: - auto-install `jq` (and Git Bash on

Installation

Installs to ~/.claude/skills/awesomejun-awesome-claude-plugins-statusline-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/awesomejun-awesome-claude-plugins-statusline-setup && curl -fsSL https://raw.githubusercontent.com/AwesomeJun/awesome-claude-plugins/HEAD/commands/statusline-setup.md -o ~/.claude/skills/awesomejun-awesome-claude-plugins-statusline-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository