mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 10:42:42 +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)
|