Skip to content

Sebastian-Zok/my-oh-my-posh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

My Oh-My-Posh Theme

Linux Manjaro-inspired theme for Oh-My-Posh.

Theme Preview

Installation

Follow these steps to install Oh-My-Posh:

  1. Visit the Oh-My-Posh Installation Guide for detailed instructions.

  2. Open your PowerShell profile using the following command:

    notepad $PROFILE
  3. Save the following configuration in your PowerShell profile:

    oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/Sebastian-Zok/my-oh-my-posh-theme/main/.my-oh-my-posh-theme.omp.json' | Invoke-Expression
  4. Install Nerd-Font and set it as the default Terminal font

Enjoy the Manjaro-inspired aesthetic in your PowerShell terminal!

How to get History Suggestions in Powershell

Run terminal as admin

Install-Module PowerShellGet -Force

Log out and start terminal as admin

Update-Module PowerShellGet -Force
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck
Set-PSReadLineOption -PredictionSource History

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published