Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elbruno/e31084ce5af578bf17fed1410b945a16 to your computer and use it in GitHub Desktop.
Save elbruno/e31084ce5af578bf17fed1410b945a16 to your computer and use it in GitHub Desktop.
WindowsTerminalSettingsForAnaconda.json
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": [
{
// Make changes here to the powershell.exe profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
// Anaconda
"guid": "{4E6F14F9-4636-4A6B-93D4-7C9CB913FD5B}",
"name": "Anaconda",
"commandline": "%windir%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -ExecutionPolicy ByPass -NoExit -Command & 'C:\\ProgramData\\Anaconda3\\shell\\condabin\\conda-hook.ps1' ; conda activate 'C:\\ProgramData\\Anaconda3' ",
"hidden": false,
"colorScheme": "Campbell"
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment