diff --git a/init.ps1 b/init.ps1 index eb54c4f..4763393 100644 --- a/init.ps1 +++ b/init.ps1 @@ -1,7 +1,7 @@ # This file and this entire repo began modeled after https://github.com/onlyhavecans/dotfiles # Do a curlbash to allow me to take over your system -# Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://stash.firekitten.net/kittyfangs/dotfiles/raw/branch/main/init.ps1')) +# Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://stash.firekitten.net/maulerant/dotfiles/raw/branch/main/init.ps1')) ## Make sure we have git if ((Get-Command -Type Application -ErrorAction SilentlyContinue git) -eq $null)