dotfiles/home/scripts/run_once_powershell.ps1
2025-09-27 15:28:09 +01:00

6 lines
214 B
PowerShell

#!/usr/bin/env pwsh
Install-Package PSFzf -Force
Install-Package CompletionPredictor -Force
git clone --depth 1 https://github.com/catppuccin/powershell.git (Join-Path $Env:PSModulePath.Split(':')[0] Catppuccin)