initialize windows install script

This commit is contained in:
Baipyrus 2024-08-27 12:32:13 +02:00
parent 3d50aa864f
commit aeb224ef52

5
install_windows.ps1 Normal file
View File

@ -0,0 +1,5 @@
# Define paths for tools and configurations
$dotfilesRepo = "$env:TMP\dotfiles"
$alacrittyConfigDir = "$env:APPDATA\alacritty"
$psProfile = "$env:USERPROFILE\Documents\PowerShell\Microsoft.PowerShell_profile.ps1"
$repoUrl = "https://github.com/Baipyrus/dotfiles.git"