Skip to content

Commit

Permalink
fix profile path symlink in setup 🚑
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Oct 21, 2023
1 parent d2755b7 commit 948aa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 948aa80

Please sign in to comment.