{"id":21560467,"url":"https://github.com/lu0/windows-terminal-setup","last_synced_at":"2025-03-18T04:27:15.954Z","repository":{"id":132823883,"uuid":"431356046","full_name":"lu0/windows-terminal-setup","owner":"lu0","description":"My setup for Windows Terminal: WSL2/ExtraProfiles, keybindings, Prompt and Color Scheme.","archived":false,"fork":false,"pushed_at":"2025-03-17T02:51:04.000Z","size":134,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T03:30:25.193Z","etag":null,"topics":["dotfiles","dotfiles-wsl","windows-terminal","windows-terminal-configure","windows-terminal-theme"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lu0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-24T05:15:32.000Z","updated_at":"2025-03-17T02:51:07.000Z","dependencies_parsed_at":"2023-07-04T18:01:43.564Z","dependency_job_id":null,"html_url":"https://github.com/lu0/windows-terminal-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu0%2Fwindows-terminal-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu0%2Fwindows-terminal-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu0%2Fwindows-terminal-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu0%2Fwindows-terminal-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lu0","download_url":"https://codeload.github.com/lu0/windows-terminal-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244155698,"owners_count":20407404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotfiles","dotfiles-wsl","windows-terminal","windows-terminal-configure","windows-terminal-theme"],"created_at":"2024-11-24T09:15:05.733Z","updated_at":"2025-03-18T04:27:15.947Z","avatar_url":"https://github.com/lu0.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Windows Terminal - Setup\n\nThis repository contains my configuration for [Windows Terminal](https://en.wikipedia.org/wiki/Windows_Terminal). I created this setup because I primarily use WSL on Windows and found the default terminals for WSL, Python, PowerShell, and CMD lacking in usability and appearance.\n\n![Windows Terminal using my settings](assets/windows-terminal-custom.png)\n\n- [Features](#features)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Customization](#customization)\n- [Common Issues](#common-issues)\n\n## Features\n\n- **Shells/Profiles**\n  - Uses your default WSL distribution\n  - Python (within WSL)\n  - PowerShell\n  - CMD\n\n- **Keyboard Shortcuts**\n  - Tab navigation (create, close, switch)\n  - Pane management (split, navigate, resize)\n  - Clipboard operations\n  - Profile switching: \n    - \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003e1\u003c/kbd\u003e for Linux\n    - \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003e2\u003c/kbd\u003e for Python\n    - \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003e3\u003c/kbd\u003e for PowerShell\n    - \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003e4\u003c/kbd\u003e for CMD\n  - Similar to my [VSCode settings](https://github.com/lu0/vscode-settings)\n\n- **Appearance**\n  - Color scheme matching [my Linux Dotfiles](https://github.com/lu0/dotfiles_linuxMint#terminal) and [VSCode theme](https://github.com/lu0/vscode-theme-interplanetary-craft)\n  - [Source Code Pro](https://github.com/adobe-fonts/source-code-pro) font\n  - Custom prompt for WSL using [my Fancy Bash variation](https://github.com/lu0/dotfiles_linuxMint/blob/master/bash/fancy-bash.sh)\n\n## Requirements\n\n- [Windows Terminal](https://github.com/Microsoft/Terminal)\n- [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install#install) with at least one Linux distribution\n- [Source Code Pro font](https://github.com/adobe-fonts/source-code-pro/releases) installed on Windows (TTF recommended)\n- (Optional) [My Fancy Bash prompt](https://github.com/lu0/dotfiles_linuxMint/blob/master/bash/fancy-bash.sh) for the custom WSL prompt\n\n## Installation\n\n1. Close the Windows Terminal if it's running\n2. Open PowerShell\n3. Enter WSL with the `wsl` command\n4. Go to the Windows Terminal settings folder:\n   ```sh\n   cd \"/mnt/c/Users/$(whoami.exe | cut -d'\\' -f2 | tr -d '\\r')/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe\"\n   ```\n5. Back up your existing configuration if needed:\n   ```sh\n   cp -r LocalState LocalState_backup\n   ```\n6. Remove the default configuration:\n   ```sh\n   rm -rf LocalState\n   ```\n7. Clone this repository:\n   ```sh\n   git clone https://github.com/lu0/windows-terminal-setup LocalState\n   ```\n8. Exit WSL and PowerShell, then open the Windows Terminal\n\n## Customization\n\nYou can edit `settings.json` in the LocalState folder to further adjust the terminal to your needs.\n\n## Common Issues\n\n- If Windows Terminal doesn't load, check for errors in `settings.json`\n- For WSL issues, verify your Linux distribution is properly installed\n- Font problems usually mean Source Code Pro isn't installed correctly\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu0%2Fwindows-terminal-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flu0%2Fwindows-terminal-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu0%2Fwindows-terminal-setup/lists"}