chezmoi: use standard script dir

This commit is contained in:
js0ny 2025-09-27 16:13:42 +01:00
parent eb31d815ce
commit 8b2899ca97
10 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/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)