From 91c4010544b0315a6922bc8237efac898284ea65 Mon Sep 17 00:00:00 2001 From: Maulerant Date: Wed, 22 May 2024 16:52:44 +0000 Subject: [PATCH] fix: updated link in init.ps1 --- init.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)