Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PSingletary/ada8f6b4ecdd6baeebf9fdca9a6464bf to your computer and use it in GitHub Desktop.
Save PSingletary/ada8f6b4ecdd6baeebf9fdca9a6464bf to your computer and use it in GitHub Desktop.
$1DrivePath = "C:\users\XXXXXXXXXX\OneDrive\windowsterminal\settings.json"
$params = @{
Path = "$ENV:Userprofile\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json"
ItemType = "HardLink"
Value = $1DrivePath
}
Move-Item -Path $params.path -Destination $params.value
New-Item @params
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment