diff options
Diffstat (limited to 'windows/install.bat')
| -rw-r--r-- | windows/install.bat | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/windows/install.bat b/windows/install.bat deleted file mode 100644 index 89b3ac6..0000000 --- a/windows/install.bat +++ /dev/null @@ -1,11 +0,0 @@ -@echo off -REM === Installing Dotfiles === - -REM Set execution policy for current user -powershell -NoProfile -Command "Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force" - -REM Run PowerShell profile (dotfiles) -powershell -NoProfile -ExecutionPolicy Bypass -File "%USERPROFILE%\Documents\PowerShell\Microsoft.PowerShell_profile.ps1" - -REM Run bootstrap script -powershell -NoProfile -ExecutionPolicy Bypass -File "%USERPROFILE%\Documents\PowerShell\bootstrap.ps1" |
