Skip to content

Instantly share code, notes, and snippets.

View mtkozlowski's full-sized avatar

Mateusz mtkozlowski

View GitHub Profile
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
# Download https://www.nerdfonts.com/font-downloads Caskaydia Cove Nerd Font
Install-Module oh-my-posh -Scope CurrentUser
Install-Module -Name PSReadLine -AllowPrerelease
Install-Module -Name Terminal-Icons
Install-Module -Name z
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
clear
Set-PoshPrompt -Theme ohmyposhv3-v2
Import-Module -Name Terminal-Icons