From 94cab560d29444159e0648bbc0f421bffe28b2e5 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 1 Oct 2025 17:04:38 +0200 Subject: Testing updated dir structures --- windows/Users/install.bat | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 windows/Users/install.bat (limited to 'windows/Users/install.bat') diff --git a/windows/Users/install.bat b/windows/Users/install.bat new file mode 100644 index 0000000..89b3ac6 --- /dev/null +++ b/windows/Users/install.bat @@ -0,0 +1,11 @@ +@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" -- cgit v1.2.3