This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Claude Code — Statusline installer (Windows / PowerShell) | |
| # Requires Node.js (https://nodejs.org) | |
| # | |
| # Run ONE line in PowerShell: | |
| # irm https://gist.githubusercontent.com/magedmak/36980f12bc087220ece442f891098854/raw/install.ps1 | iex | |
| $dest = "$env:USERPROFILE\.claude\statusline-command.js" | |
| $rawJs = "https://gist.githubusercontent.com/magedmak/36980f12bc087220ece442f891098854/raw/statusline-command.js" | |
| $cfgFile = "$env:USERPROFILE\.claude\settings.json" |