Skip to content

Instantly share code, notes, and snippets.

View manuelricci's full-sized avatar
👽
Coding... but mostly waiting for npm install

Manuel Ricci manuelricci

👽
Coding... but mostly waiting for npm install
View GitHub Profile
@manuelricci
manuelricci / profile_powershel.ps1
Created June 12, 2025 18:41
Profilo base per PowerShell con supporto a Oh My Posh. Tutorial completo 👉 https://youtu.be/LY4xK9vJ7f8
# Modulo per avere le icone nel terminale, installare il modulo con il comando
# Install-Module -Name Terminal-Icons -Repository PSGallery
Import-Module Terminal-Icons
# Modificare il NOME-TEMA con quello che preferisci (trovi la lista completa qui https://ohmyposh.dev/docs/themes)
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/NOME-TEMA.omp.json" | Invoke-Expression
# Cronologia completamento comandi
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView