{"id":18624937,"url":"https://github.com/tickmao/windows-terminal","last_synced_at":"2025-12-30T22:02:03.606Z","repository":{"id":105758918,"uuid":"243134051","full_name":"tickmao/Windows-Terminal","owner":"tickmao","description":":rice_ball: The personal porfiles of the Terminal by myself","archived":false,"fork":false,"pushed_at":"2022-08-27T09:23:54.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T07:08:09.542Z","etag":null,"topics":["bash","dracula","fonts","powershell","profiles","terminal","windows","windows-terminal"],"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/tickmao.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-26T00:41:23.000Z","updated_at":"2022-08-27T09:23:57.000Z","dependencies_parsed_at":"2023-06-13T16:15:20.848Z","dependency_job_id":null,"html_url":"https://github.com/tickmao/Windows-Terminal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tickmao/Windows-Terminal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tickmao%2FWindows-Terminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tickmao%2FWindows-Terminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tickmao%2FWindows-Terminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tickmao%2FWindows-Terminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tickmao","download_url":"https://codeload.github.com/tickmao/Windows-Terminal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tickmao%2FWindows-Terminal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266822254,"owners_count":23989824,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","dracula","fonts","powershell","profiles","terminal","windows","windows-terminal"],"created_at":"2024-11-07T04:32:04.775Z","updated_at":"2025-12-30T22:01:58.561Z","avatar_url":"https://github.com/tickmao.png","language":"PowerShell","readme":"# Windows-Terminal\n\n最终还是选择了 Windows Terminal\f，以下为个人配置，仅供参考\n\n## 基础搭配\n\n- 主题：Nord\n\n- 字体：Fair Code\n\n## 效果图\n\n话不多说，先上效果图，每个人的审美都有所不同，自己感觉还不错就好。\n\n- PowerShell\n\n![](https://imgkr.cn-bj.ufileos.com/cf72ced9-d202-4390-9132-d655ec9c9494.png)\n\n- Ubuntu\n\n![](https://imgkr.cn-bj.ufileos.com/dc797c1c-5ef7-447a-a46b-52c7b5c70d8c.png)\n\n至于为什么不用透明度，是因为真的不喜欢切换的时候各种变化，尤其是特别明显的变化。有需要可自行调整。\n\n## 使用说明\n\n关于 Windows 下的 bash 安装，再次就不做说明，有需要请自行查阅，一是讲解的文章很多，二是他并不是这里要说的重点。\n\n\n打开 Windows Terminal \f的 `Settings`\f选项，并将`Microsoft.PowerShell_profile`内的内容复制到你的设置中保存即可。\n\n### 安装 oh-my-posh\n\n运行命令以安装 posh-git\n\n```bash\nbashInstall-Module posh-git -Scope CurrentUser\n```\n\n当然可能会询问是否安装 `NuGet`，选择是，也可能会询问是否执行`Set-ExecutionPolicy`，这里选择全是，等一切安装之后，再运行以下命令安装 oh-my-posh 本身。\n\n```bash\nInstall-Module oh-my-posh -Scope CurrentUser\n```\n\n### 启用模组并设置主题\n\n启用安装的模组,运行以下命令：\n\n```bash\nImport-Module oh-my-posh\n```\n\n需要让 PowerShell 每次启动的时候都能够加载这个模组，所以我们需要设置`profile `文件让它自动启用，输入以下命令会告诉你具体的文件位置。\n\n```zsh\n$profile\n```\n\n编辑文件将我的配置文件内容复制粘贴即可。\n\n\n## 相关项目\n\n[Fair Code](https://github.com/tonsky/FiraCode)\n\n[Nord](https://github.com/arcticicestudio/nord)\n\n\n\n## 参与我们\n\n如果有任何想法或需求，可以在 [issue](https://github.com/tickmao/Windows-Terminal/issues) 中告诉我们，欢迎各种小伙伴踊跃留言。\n\n## Author\n\nWindows Terminal ©[Tickmao](https://www.tickmao.com), Released under the MIT License.\n\nBlog @[Tickmao](https://www.tickmao.com) · GitHub @[Tickmao](https://github.com/tickmao) · Twitter @[Tickmao](https://twitter.com/tickmao)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftickmao%2Fwindows-terminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftickmao%2Fwindows-terminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftickmao%2Fwindows-terminal/lists"}