mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 15:13:49 +00:00
initialize windows install script
This commit is contained in:
parent
3d50aa864f
commit
aeb224ef52
5
install_windows.ps1
Normal file
5
install_windows.ps1
Normal 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"
|
Loading…
Reference in New Issue
Block a user