mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
6 lines
214 B
PowerShell
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)
|