Initial commit

This commit is contained in:
2026-01-06 14:28:42 +01:00
committed by Fabian Schmidt
commit b2d8b24325
5 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Setup starship prompt
Invoke-Expression (&starship init powershell)
# Setup mise
mise activate pwsh | Out-String | Invoke-Expression
# Setup Autosuggestion
Import-Module PSReadLine
Set-PSReadLineKeyHandler -Key Tab -Function MenuComplete
Set-PSReadLineOption -PredictionSource History
# Setup Autocompletion for commands
# unsure if I like it
#Import-Module PSCompletions
# Aliases
Set-Alias -Name v -Value nvim