[+] Fast install script

This commit is contained in:
Azalea @ T450 Windows
2022-01-12 19:30:37 +08:00
parent e6d7b4f38d
commit 5f483d76ae
3 changed files with 53 additions and 7 deletions
-7
View File
@@ -8,13 +8,6 @@ function ln-s ($target, $link) {
New-Item -Path $link -ItemType SymbolicLink -Value $target
}
# First time setup
function setup-powershell-profile {
$docs = [Environment]::GetFolderPath("MyDocuments")
ln-s "~\zshrc\powershell.ps1" "$docs\WindowsPowerShell\Microsoft.PowerShell_profile.ps1"
ln-s "~\zshrc\powershell.ps1" "$docs\PowerShell\Microsoft.PowerShell_profile.ps1"
}
# Paths
$env:path = "$env:path" +
";C:\users\me\appdata\roaming\python\python39\scripts" +