From aeb224ef52080a1daf35d3ada9a471331e110e7d Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Tue, 27 Aug 2024 12:32:13 +0200 Subject: [PATCH] initialize windows install script --- install_windows.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 install_windows.ps1 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"