Skip to content

Instantly share code, notes, and snippets.

@asgaut
Created January 6, 2021 08:54
Show Gist options
  • Select an option

  • Save asgaut/b8ba5ea4fc5c8d988da4fda59fafdd81 to your computer and use it in GitHub Desktop.

Select an option

Save asgaut/b8ba5ea4fc5c8d988da4fda59fafdd81 to your computer and use it in GitHub Desktop.
JSON snipped for Miniconda in Windows Terminal
{
// Miniconda Powershell prompt for local user install (non-admin install)
"guid": "{1caa0dad-35be-5f56-a812-afceeeaa1234}",
"name": "Miniconda",
"commandline": "%windir%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -ExecutionPolicy ByPass -NoExit -Command \"& '%USERPROFILE%\\Miniconda3\\shell\\condabin\\conda-hook.ps1' ; conda activate '%USERPROFILE%\\Miniconda3' \"",
"icon": "%USERPROFILE%\\Miniconda3\\Menu\\Iconleak-Atrous-PSConsole.ico",
"hidden": false,
"startingDirectory": "%HOMEPATH%"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment