dotfiles
dotfiles copied to clipboard
My dotfiles that I sync with chezmoi
Results
1
dotfiles issues
Sort by
recently updated
recently updated
newest added
Small fix to [Line 204 of profile.ps1](https://github.com/JustinGrote/dotfiles/blob/dd858c05a40321b51a7d63bfc54f14c064339349/dot_config/powershell/profile.ps1#L204): - [x] Changed `$PSDefaultCredentials` to `$PSDefaultParameterValues` Before would throw error: ```powershell InvalidOperation: Line | 10 | $PSDefaultCredentials[$PSItem.Name] = $PSItem.Value | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot...