Skip to content

Powerlevel10k based theme for Powershell

Notifications You must be signed in to change notification settings

lpkampen/pwsh10k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

Pwsh10k - A powershell theme based off of Powerlevel10k

PWSH10k PREVIEW Preview

badge badge badge

Steps

  1. Configure MesloLGS NF for your terminal

  2. Install oh-my-posh - Install-Module posh-git -Scope CurrentUser, Install-Module oh-my-posh -Scope CurrentUser, and Update-Module -Name oh-my-posh -AllowPrerelease -Scope CurrentUser

  3. Create a powershell profile if you haven't already: New-Item -ItemType File -Path $PROFILE

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

  5. Add these lines:

Import-Module posh-git
Import-Module oh-my-posh
Set-PoshPrompt -Theme  ~/pwsh10k.omp.json

Installation steps

  1. Run git clone https://github.com/Kudostoy0u/pwsh10k

  2. Run Copy-Item -Path pwsh10k/pwsh10k.omp.json -Destination $HOME

  3. Restart terminal and you should see a pretty prompt!

Customize my theme

Fork the project, edit the pwsh10k.omp.json file as you see fit, and run the installation instructions, replacing the link in the first step with your own repo.

If you believe there's a bug in the code feel free to make a pull request!

About

Powerlevel10k based theme for Powershell

Resources

Stars

Watchers

Forks

Packages

No packages published