blob: d5298f182b009a1d856232a6d502c06f88062572 (
plain)
1
2
3
4
5
6
|
REM Installing Dotfiles
powershell . $HOME\.config\powershell\Microsoft.PowerShell_profile.ps1
powershell Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
powershell . $HOME\.config\powershell\bootstrap.ps1
|