From 948aa80f1a74faadbdfc03d832484b896b99401e Mon Sep 17 00:00:00 2001 From: Scott McKendry <39483124+scottmckendry@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:41:39 +1300 Subject: [PATCH] fix profile path symlink in setup :ambulance: --- Setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.ps1 b/Setup.ps1 index ae55282..2a3e15c 100644 --- a/Setup.ps1 +++ b/Setup.ps1 @@ -5,7 +5,7 @@ # Linked Files (Destination => Source) $symlinks = @{ - "$PROFILE.CurrentUserAllHosts" = ".\Profile.ps1" + $PROFILE.CurrentUserAllHosts = ".\Profile.ps1" "$HOME\AppData\Local\nvim" = ".\nvim" "$HOME\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json" = ".\windowsterminal\settings.json" "$HOME\.gitconfig" = ".\.gitconfig"