{"id":23534268,"url":"https://github.com/abirtasrif/omp-windows","last_synced_at":"2026-03-02T11:03:36.583Z","repository":{"id":152464250,"uuid":"592223069","full_name":"abirtasrif/omp-windows","owner":"abirtasrif","description":"Guide to setup oh-my-posh with powerline in windows","archived":false,"fork":false,"pushed_at":"2024-08-15T07:45:51.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T00:03:39.494Z","etag":null,"topics":["posh","powerline","powershell","terminal"],"latest_commit_sha":null,"homepage":"","language":null,"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/abirtasrif.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,"zenodo":null}},"created_at":"2023-01-23T08:45:37.000Z","updated_at":"2024-08-15T07:45:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"42bc0d93-b05e-49e7-96ac-2de71293038f","html_url":"https://github.com/abirtasrif/omp-windows","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abirtasrif/omp-windows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abirtasrif%2Fomp-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abirtasrif%2Fomp-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abirtasrif%2Fomp-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abirtasrif%2Fomp-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abirtasrif","download_url":"https://codeload.github.com/abirtasrif/omp-windows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abirtasrif%2Fomp-windows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29999244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"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":["posh","powerline","powershell","terminal"],"created_at":"2024-12-26T00:19:55.779Z","updated_at":"2026-03-02T11:03:31.573Z","avatar_url":"https://github.com/abirtasrif.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# oh-my-posh windows\n\n### Guide to setup oh-my-posh with powerline in windows\n\n1.  Install the windows terminal from [store](https://aka.ms/terminal)\n2.  Download the OhMyPosh by running below command in Windows Terminal (Make sure Terminal is using Windows Powershell)\n    `winget install JanDeDobbeleer.OhMyPosh -s winget`\n    if failed to initiate, go to windows store and install app installer. Below picture for reference-\n\n![Image of app installer](https://i.ibb.co/xz6hqgh/app-installer.png)\n\n3.  [Download the DaddyTimeMono NF font](https://drive.google.com/file/d/1DqRKAuQAvFVr39A8w1CeJYuiXf3kiuDd/) or any other [Nerd font](https://www.nerdfonts.com/)\n4.  Make the downloaded font in settings of terminal. Pressing `Ctrl+Shift+,` will open the settings.json file.\n    add below lines into `\"defaults\":{}` array\n\n```\n\"font\": {\n        \"face\": \"DaddyTimeMono NF\"\n      }\n\n```\n\nit should be look like this-\n\n```\n...\n\"profiles\": {\n    \"defaults\": {\n      \"font\": {\n        \"face\": \"DaddyTimeMono NF\"\n      }\n    },\n    \"list\": [\n      {\n        \"commandline\": \"%SystemRoot%\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\powershell.exe\",\n        ....\n```\n\n5.  Restart terminal with Admin privilege\n6.  Edit the profile settings with notepad by running `notepad $PROFILE`\n7.  If above command returns below error, that means profile setting file is not present. To make one, run - `New-Item -Path $PROFILE -Type File -Force`\n\n![image](https://github.com/abirtasrif/omp-windows/assets/1532446/9dccf911-f500-4273-81e1-bc6412de9d58)\n\n8.  Now edit the profile by `notepad $PROFILE` and save the file after putting `oh-my-posh init pwsh | Invoke-Expression` in the profile.\n9.  Run `oh-my-posh init pwsh | Invoke-Expression` , the shell should be start working immediately.\n10. If this returns error saying running script is disabled in this system, run `Set-ExecutionPolicy RemoteSigned`\n11. Load the new profile with command `. $PROFILE`\n12. Restart the terminal and enjoy !\n\n### Extras\n\n- To add `Open in Terminal` option in windows context menu, create a file anywhere in your computer with a .reg extension (you may create a txt.file and rename the extension to reg).\n\n- Edit the file with notepad or any other text editor and paste and save below code, save and close.\n\n```\nWindows Registry Editor Version 5.00\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Blocked]\n\"{9F156763-7844-4DC4-B2B1-901F640F5155}\"=-\n```\n\n- Now right click on that file and `Run as administrator`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabirtasrif%2Fomp-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabirtasrif%2Fomp-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabirtasrif%2Fomp-windows/lists"}