dotfiles/home/.chezmoiscripts/run_once_powershell.ps1
2025-09-27 16:13:42 +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)