Skip to content

ShellMagick/wt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShellMagick Windows Terminal customizations

Assumptions

This README makes the following assumptions:

  • You have a Windows Terminal at your disposal (either installed in your system or have downloaded a portable version)
  • You have the environment variable PROJECT_BASE set (e.g., PROJECT_BASE=C:\Projects)
  • You have the environment variable WT_BASE set, pointing to your clone of this repository (e.g., as in WT_BASE=%PROJECT_BASE%\git\shellmagick\wt)

How to "relocate" the settings

Officially there is no way to relocate the settings of Windows Terminal, let it be installed or portable version.

However, unofficially, creating an NTFS link works. In case you are using the installed version, you can simply

  • navigate to %LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe
  • delete the directory LocalState
  • create a link mklink /D LocalState "%PROJECTS_BASE%\git\shellmagick\wt\LocalState"

Contents of this repository

The main contents of this repository is a "default" settings.json, which contains default profiles for:

  • Windows CMD
  • Cygwin
  • MinGW
  • PowerShell
  • Planned: WSL2

All profiles have the following additional settings:

Further customization are inbound.

About

Opinionated setup for Windows Terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published