diff --git a/install_windows.ps1 b/install_windows.ps1 new file mode 100644 index 0000000..5cc9b64 --- /dev/null +++ b/install_windows.ps1 @@ -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"