OK let's start synchronizing my windows config

This commit is contained in:
Keith Smith 2025-05-22 13:58:50 +00:00
parent 595ac236d6
commit a85f33be87
4 changed files with 36 additions and 12 deletions

View file

@ -0,0 +1,12 @@
# ~kasatga 2025-05-22
$env:Path += ";$env:LOCALAPPDATA\Programs\PortableGit\bin"
$env:Path += ";$env:LOCALAPPDATA\Programs\PortableGit\usr\bin"
$env:Path += ";$env:LOCALAPPDATA\Programs\Websocat"
# $env:Path += ";$env:USERPROFILE\Websocat"
Set-Alias -Name git -Value git.exe
Set-Alias -Name vim -Value vim.exe
Set-Alias -Name websocat -Value websocat.x86_64-pc-windows-gnu.exe
function Tld-Push {scp -r $env:USERPROFILE/public_html tilde.club:./}
function Tld-Pull {scp -r tilde.club:./public_html $env:USERPROFILE}
# Set-Alias -Name "tld push" -Value "