https://github.com/chadnpc/profileupdater

A module to manage and version control your powershell $profile

https://github.com/chadnpc/profileupdater

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

A module to manage and version control your powershell $profile

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

pwsh profile updater

🔄 A simple module to manage and version control your powershell $profile

Build Module Downloads

Usage

PowerShell Install-Module profileupdater

then

PowerShell Import-Module profileupdater

```PowerShell

🔹 Basic Update (Public Gist)

Update-PowerShellProfile

Updates from default user 'chadnpc' public gist

```

```PowerShell

🔹 Preview Changes

Update-PowerShellProfile -Preview

Shows what would change without applying updates

```

```PowerShell

🔹 Force Update

Update-PowerShellProfile -Force

Updates without confirmation prompts

```

```PowerShell

🔹 Specific User

Update-PowerShellProfile -GitHubUsername 'yourusername'

Updates from a specific GitHub user's gist

```

```PowerShell

🔹 Specific Gist ID

Update-PowerShellProfile -GistId 'abc123def456'

Updates from a specific gist by ID

```

```PowerShell

🔹 With GitHub Token

Update-PowerShellProfile -Token 'ghp_xxxxxxxxxxxx'

Uses GitHub token for private gists or rate limit avoidance

```

```PowerShell

🔹 Custom Settings

Update-PowerShellProfile -GistFileName 'profile.ps1' -BackupCount 5

Custom filename and backup retention settings

```

License

This project is licensed under the MIT License.

Owner

  • Name: alain
  • Login: chadnpc
  • Kind: user

GitHub Events

Total
  • Push event: 16
  • Create event: 1
Last Year
  • Push event: 16
  • Create event: 1

Dependencies

.github/workflows/build_module.yaml actions
.github/workflows/codereview.yaml actions
  • anc95/ChatGPT-CodeReview v1.0.12 composite
.github/workflows/delete_old_workflow_runs.yaml actions
  • Mattraks/delete-workflow-runs v2 composite
.github/workflows/publish.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite