diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-08-30 20:13:42 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-08-30 20:13:42 +0200 |
| commit | 728a0eb8e08e7a665453882b4043d59910f15a94 (patch) | |
| tree | 14c0ac56ec55cea6368ad3a4538e2d728b1dbbd1 /windows/install.bat | |
| parent | 83222eae6a69a775b78e6f2b2159414dfa620384 (diff) | |
| download | dotfiles-728a0eb8e08e7a665453882b4043d59910f15a94.tar.gz dotfiles-728a0eb8e08e7a665453882b4043d59910f15a94.zip | |
Initial files
Diffstat (limited to 'windows/install.bat')
| -rw-r--r-- | windows/install.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/install.bat b/windows/install.bat new file mode 100644 index 0000000..d5298f1 --- /dev/null +++ b/windows/install.bat @@ -0,0 +1,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 + |
