fgalmeida / sky

Sky theme for Powershell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sky - A powershell theme

SKY PREVIEW SKY PREVIEW SKY PREVIEW

badge badge badge

Steps

  1. Install oh-my-posh - Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://ohmyposh.dev/install.ps1'))

  2. Run curl https://raw.githubusercontent.com/fgalmeida/sky/master/sky.omp.json --output sky.omp.json (assuming curl is installed on your system)

  3. Run Copy-Item -Path sky.omp.json -Destination $HOME

  4. Open up the file $profile in your text editor of choice (VScode: code $profile, Notepad: notepad $profile)

  5. Add these lines:

oh-my-posh init pwsh --config ~/sky.omp.json | Invoke-Expression
  1. Restart terminal and you should see a pretty prompt!

Customize my theme

Edit sky.omp.json (Notepad: notepad ~/sky.omp.json, VScode: code ~/sky.omp.json) and change as you see fit (how to configure a theme?)

About

Sky theme for Powershell

License:MIT License