{"id":23269936,"url":"https://github.com/carpenteri1/winterminalprofiles","last_synced_at":"2026-01-20T04:01:25.366Z","repository":{"id":199854811,"uuid":"622386094","full_name":"Carpenteri1/WinTerminalProfiles","owner":"Carpenteri1","description":"Theme for my window terminal. Also works as my personal save file whenever I make changes to the theme I update and \"save\" it in this repo","archived":false,"fork":false,"pushed_at":"2025-11-30T10:27:30.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-02T15:27:55.746Z","etag":null,"topics":["dropdown","microsoft","profile","quake","settings","starship","terminal","theme","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Carpenteri1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-02T00:21:02.000Z","updated_at":"2025-11-30T10:27:33.000Z","dependencies_parsed_at":"2023-10-13T00:14:25.413Z","dependency_job_id":null,"html_url":"https://github.com/Carpenteri1/WinTerminalProfiles","commit_stats":null,"previous_names":["carpenteri1/winterminalprofiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Carpenteri1/WinTerminalProfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carpenteri1%2FWinTerminalProfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carpenteri1%2FWinTerminalProfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carpenteri1%2FWinTerminalProfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carpenteri1%2FWinTerminalProfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Carpenteri1","download_url":"https://codeload.github.com/Carpenteri1/WinTerminalProfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carpenteri1%2FWinTerminalProfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28595314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dropdown","microsoft","profile","quake","settings","starship","terminal","theme","windows"],"created_at":"2024-12-19T18:35:59.542Z","updated_at":"2026-01-20T04:01:25.354Z","avatar_url":"https://github.com/Carpenteri1.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WinTerminalProfiles\nThese are my user-specific configuration files that I use to personalize my Windows experience.\n\n### Starship\n- Go to https://starship.rs/guide/\n- Get with winget\n  ```\n  winget install --id Starship.Starship\n  ```\n- After install open terminal and type to setup config file:\n- Copy paste the theme from repo or create own theme\n  ```\n  starship config\n  ```\n- Now type with powershell open in windows terminal:\n  ```\n  $PROFILE\n  ```\n- This will locate the folder wwhere powershell settings is located.\n- Place this text at the bottom of the file:\n  ```\n  Invoke-Expression (\u0026starship init powershell)\n  ```\n- If there is no file, create one and copy the text in the file.\n- File name example:\n  ```\n  Microsoft.PowerShell_profile.ps1\n  ```\n\n\n### Windows-Terminal-Settings\n- Placed under repo under: \n  ```\n  %LOCALAPPDATA%\\Packages\\Microsoft.WindowsTerminal_8wekyb3d8bbwe\\LocalState\n  ```\n### Launch in QuakeMode\n- Open Windows Terminal and json settings file,\n- Press ``` Ctrl+Shift+P ``` to open the Settings menu.\n- In the search bar, type quake to find the Quake mode settings.\n- Set keys u want to use to open the terminal\n  ```\n        {\n            \"command\": \n            {\n                \"action\": \"quakeMode\",\n                \"desktop\": \"toCurrent\",\n                \"monitor\": \"any\",\n                \"name\": \"quakeMode\",\n                \"toggleVisibility\": true\n            },\n            \"keys\": \"ctrl+win+ä\"\n        },\n  ```\n### Startup in QuakeMode\n- Type in the search bar and press Enter:\n  ```\n  %APPDATA%\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\n  ```\n- Right-click in the folder and choose \"New \u003e Shortcut\".\n- In the \"Type the location of the item\" field, enter the following command:\n  ```\n  wt ; new-tab -p \"Windows PowerShell\" -d \"%USERPROFILE%\"\n  ```\n- This will open Windows Terminal in Quake mode, with a new tab open to the Windows PowerShell shell and the working directory set to your user profile directory.\n- Click \"Next\" and give the shortcut a name, such as \"Windows Terminal (Quake mode)\".\n- Click \"Finish\" to create the shortcut.\n- Now, every time boot in to windows, the Windows Terminal will launch automatically in Quake mode with the specified settings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarpenteri1%2Fwinterminalprofiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarpenteri1%2Fwinterminalprofiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarpenteri1%2Fwinterminalprofiles/lists"}