mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 23:23:50 +00:00
6 lines
267 B
PowerShell
6 lines
267 B
PowerShell
# 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"
|