sync from Linux

This commit is contained in:
js0ny 2025-01-07 22:07:52 +00:00
parent 8bb2d9fbe8
commit 2a0fd9b83f
16 changed files with 317 additions and 617 deletions

View file

@ -6,8 +6,7 @@ $DOTFILES = "$HOME/.dotfiles"
### Load Configs ###
Get-ChildItem -Path $DOTFILES/powershell -Filter *.ps1 | ForEach-Object {. $_}
Get-ChildItem -Path $DOTFILES/powershell_private -Filter *.ps1 | ForEach-Object {. $_}
Get-ChildItem -Path $(Join-Path $DOTFILES "tools" "powershell") -Filter *.ps1 | ForEach-Object {. $_}
## Aliases ###