Skip to content

feat(powershell): add optional cyberpunk theme with dashboard - #190

Open
HEO-80 wants to merge 1 commit into
craftzdog:masterfrom
HEO-80:feat/cyberpunk-powershell-theme
Open

feat(powershell): add optional cyberpunk theme with dashboard#190
HEO-80 wants to merge 1 commit into
craftzdog:masterfrom
HEO-80:feat/cyberpunk-powershell-theme

Conversation

@HEO-80

@HEO-80 HEO-80 commented Mar 11, 2026

Copy link
Copy Markdown

Add optional Cyberpunk theme for PowerShell

This PR adds an optional cyberpunk-themed layer to the existing PowerShell setup.

Zero breaking changes — activation requires uncommenting a single line in user_profile.ps1. Everything reverts by commenting it back.

What it adds

  • Startup dashboard — System Info, shortcuts, installed features and live Docker container status
  • NETWATCH Oh My Posh theme — prompt with git branch, path, user and execution time
  • Write-Cyber helper — write any hex color via ANSI in PowerShell
  • Global color palette — restyle everything by editing 6 hex values
  • help-ps command — full reference of tools, shortcuts and functions

What it does NOT change

  • EditMode Emacs — preserved
  • Ctrl+F / Ctrl+R fzf chords — preserved
  • All existing aliases (g, ll, vim, grep, tig, less) — preserved
  • $env:GIT_SSH and PATH — preserved
  • posh-git module — preserved

Activation

Uncomment the last line in user_profile.ps1:

. "$PSScriptRoot\themes\cyberpunk\cyberpunk.ps1"

Full standalone version: HEO-80/powershell-cyberpunk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant