curl -Lks https://raw.githubusercontent.com/calind/dotfiles/main/script/bootstrap | /bin/bash- Clone the repository:
git clone https://github.com/calind/dotfiles.git "$HOME\dotfiles"- Create a symbolic link to the PowerShell profile:
New-Item -ItemType SymbolicLink -Path $PROFILE -Target "$HOME\dotfiles\Microsoft.PowerShell_profile.ps1" -Force