Skip to content

Instantly share code, notes, and snippets.

View manugo-dev's full-sized avatar
📚
Learning

Manuel Alejandro Gomez manugo-dev

📚
Learning
View GitHub Profile
oh-my-posh --init --shell pwsh --config 'https://gist.githubusercontent.com/manugo-dev/1ec422a8c1a5f6e729d2f45c10f9c46a/raw/89fc5202d63cac7bc133597c1b95149e8b76f011/ohmypush.json' | Invoke-Expression
import-Module -Name Terminal-Icons
Import-Module PSReadLine
Set-PSReadLineOption -PredictionSource History
set-psreadlineoption -PredictionViewStyle ListView
set-alias -name pn -value pnpm
@manugo-dev
manugo-dev / ohmypush.json
Last active August 29, 2024 13:57
OhMyPush personal config
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"git-foreground": "#030303",
"git": "#176b08",
"git-modified": "#ffd829",
"git-diverged": "#244df1",
"git-ahead": "#591fbc",
"git-behind": "#bc3e10"
},