Skip to content

Instantly share code, notes, and snippets.

View lwestfall's full-sized avatar
🐕

Luke Westfall lwestfall

🐕
  • Phase 2
  • Lancaster, PA
  • 22:13 (UTC -05:00)
View GitHub Profile
{
"$help": "https://aka.ms/terminal-documentation",
"$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
}
Import-Module -Name Terminal-Icons
oh-my-posh --init --shell pwsh --config C:\Users\lwest\AppData\Local\Programs\oh-my-posh\themes\ohmyposhv3-v2.json | Invoke-Expression
@lwestfall
lwestfall / ohmyposhv3-v2.json
Last active November 15, 2021 15:06 — forked from shanselman/ohmyposhv3-v2.json
ohmyposhv3-v2
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,