Awesome-claude-statusbar update-statusbar
Update the awesome-claude-statusbar installation by pulling the latest version from GitHub and running the installer.
install
source · Clone the upstream repo
git clone https://github.com/mikasjp/awesome-claude-statusbar
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mikasjp/awesome-claude-statusbar "$T" && mkdir -p ~/.claude/skills && cp -r "$T/src/skills/update-statusbar" ~/.claude/skills/mikasjp-awesome-claude-statusbar-update-statusbar && rm -rf "$T"
manifest:
src/skills/update-statusbar/SKILL.mdsource content
Update Awesome Claude Statusbar
Pull the latest version of awesome-claude-statusbar and reinstall it.
Steps
-
Update the local clone
- If
does not exist, clone it:~/.claude/awesome-claude-statusbargit clone https://github.com/mikasjp/awesome-claude-statusbar.git ~/.claude/awesome-claude-statusbar - Otherwise pull the latest changes:
git -C ~/.claude/awesome-claude-statusbar pull
- If
-
Run the installer
- On macOS/Linux:
bash ~/.claude/awesome-claude-statusbar/install.sh - On Windows:
pwsh -NoProfile -File ~/.claude/awesome-claude-statusbar/install.ps1
- On macOS/Linux:
-
Report the result to the user and remind them to restart Claude Code if the update succeeded.