OK let's start synchronizing my windows config
This commit is contained in:
parent
595ac236d6
commit
a85f33be87
4 changed files with 36 additions and 12 deletions
|
@ -1,3 +1,9 @@
|
|||
# .dotfiles
|
||||
|
||||
dotfiles
|
||||
keith's dotfiles
|
||||
|
||||
usually i use linux so that's what you'll mostly find here. usually.
|
||||
|
||||
## how to setup
|
||||
|
||||
read [SETUP.md](setup.md)
|
||||
|
|
6
SETUP.md
Normal file
6
SETUP.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# SETUP
|
||||
|
||||
TODO
|
||||
|
||||
## on windows
|
||||
|
12
pwsh/Microsoft.PowerShell_profile.ps1
Normal file
12
pwsh/Microsoft.PowerShell_profile.ps1
Normal 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 "
|
Loading…
Add table
Add a link
Reference in a new issue