added some stuff i need

This commit is contained in:
2026-02-27 10:41:45 -05:00
parent 19a8b335d9
commit 3e07d1558c
8 changed files with 621 additions and 0 deletions

7
powershell/profile.ps1 Normal file
View File

@@ -0,0 +1,7 @@
$env:PATH = [System.Environment]::GetEnvironmentVariable("PATH","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("PATH","User")
$env:MAGICK_CODER_MODULE_PATH = "$(scoop prefix imagemagick)\modules\coders"
oh-my-posh init pwsh --config "$HOME\oh-my-posh-themes\1_shell_fluery.json" | Invoke-Expression
if (Test-Path "$HOME\.secrets.ps1") { . "$HOME\.secrets.ps1" }