{"id":14064228,"url":"https://github.com/wsmelton/prompt","last_synced_at":"2025-03-21T07:30:36.073Z","repository":{"id":43351048,"uuid":"464220053","full_name":"wsmelton/prompt","owner":"wsmelton","description":"Quick and easy prompt setup for PowerShell with Windows Terminal","archived":false,"fork":false,"pushed_at":"2024-05-09T18:03:28.000Z","size":113,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-23T00:34:36.308Z","etag":null,"topics":["oh-my-posh","powershell","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/wsmelton.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":"2022-02-27T18:30:28.000Z","updated_at":"2024-08-13T07:06:22.861Z","dependencies_parsed_at":"2023-09-22T02:54:49.113Z","dependency_job_id":"e907c275-d5c9-4de6-960a-8b787ac16c09","html_url":"https://github.com/wsmelton/prompt","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/wsmelton%2Fprompt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsmelton%2Fprompt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsmelton%2Fprompt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsmelton%2Fprompt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wsmelton","download_url":"https://codeload.github.com/wsmelton/prompt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244757141,"owners_count":20505341,"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":["oh-my-posh","powershell","windows-terminal"],"created_at":"2024-08-13T07:03:45.814Z","updated_at":"2025-03-21T07:30:35.777Z","avatar_url":"https://github.com/wsmelton.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# Introduction\n\nThis repository holds the files I use for initializing a new machine and my PowerShell prompt.\n\n## prompt\n\nThe theme for [oh-my-posh](https://ohmyposh.dev) can be found in the [oh-my-config.json](oh-my-config.json) file.\n\n\u003e This file is modified from Scott Hanselman's Gist here: [shanselman/ohmyposhv3-v2.json](https://gist.github.com/shanselman/1f69b28bfcc4f7716e49eb5bb34d7b2c)\n\nEnd result in current version:\n\n![image](https://user-images.githubusercontent.com/11204251/155899277-93522414-1009-49ed-b094-e3e856a27e88.png)\n\n## Profile Setup\n\n\u003e Note: Set-ExecutionPolicy -Scope CurrentUser -Policy RemoteSigned\n\n### Required Modules\n\nI prefer to store modules under the AllUsers scope so those files are not constantly sync'd by OneDrive. The [init.ps1](init.ps1) script will handle a few things:\n\n1. Installing [requiredmodules](requiredmodules.psd1)\n1. Create an initial Secret vault called `myCredentials` **if it does not already exists**\n\n\u003e Run the following command in an elevated PowerShell session\n\n```console\n.\\init.ps1\n```\n\n### Modify PowerShell Profile\n\n\u003e The PSReadLine customizations were modified from Scott Hanselman's profile Gist: [shanselman/Microsoft.PowerShell_profile.ps1](https://gist.github.com/shanselman/25f5550ad186189e0e68916c6d7f44c3)\n\nAfter running the init process above, open your PowerShell profile (e.g., `notepad $profile`), and add the line below.\n\n\u003e Adjust the path based on where you cloned this repository to your local machine\n```console\n. c:\\git\\prompt\\ps-profile.ps1\n```\n\n### Reminders\n\n\u003e Things I'll never remember every time I setup a new device/machine\nConda - SSL proxy issues, create `.condarc` with `ssl_verify: {path to PEM file}`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsmelton%2Fprompt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwsmelton%2Fprompt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsmelton%2Fprompt/lists"}