neilpa / cmd-colors-solarized

Solarized color settings for Windows command prompt
1.11k stars 177 forks source link

Feature/update for start menu #27

Closed theunrepentantgeek closed 6 years ago

theunrepentantgeek commented 7 years ago

Every time I get a new build of windows (I'm on the Windows Insider Fast Ring), I need to restore use of the solarized palette as the update resets them to the standard colours. This script makes that chore a little easier.

rbeesley commented 7 years ago

Follow the example of Update-Link.cmd and add an Update-StartMenu.cmd, this way Execution Policies can be left unchanged. (Psst, you can just copy and rename the Update-Link.cmd to Update-StartMenu.cmd)

theunrepentantgeek commented 7 years ago

Good idea, done. (Though, I had to Google how the %~dpn0.ps1 worked. 😄)

theunrepentantgeek commented 6 years ago

Anything you need from me before you merge this PR?

neilpa commented 6 years ago

Sorry about the delay @theunrepentantgeek. I don't pay close attention to this repo anymore since I haven't used Windows as my daily driver for years. This looks good though.

theunrepentantgeek commented 6 years ago

Thanks!