{"id":22300089,"url":"https://github.com/misinformeddna/dotfiles","last_synced_at":"2026-06-19T18:33:26.935Z","repository":{"id":46804721,"uuid":"262419806","full_name":"MisinformedDNA/dotfiles","owner":"MisinformedDNA","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-26T16:25:19.000Z","size":75,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-26T22:48:11.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MisinformedDNA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-08T20:15:57.000Z","updated_at":"2026-02-26T16:25:23.000Z","dependencies_parsed_at":"2025-01-30T20:29:51.188Z","dependency_job_id":"150c70f8-1fd5-417c-89cd-fc9c102bf034","html_url":"https://github.com/MisinformedDNA/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MisinformedDNA/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisinformedDNA%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisinformedDNA%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisinformedDNA%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisinformedDNA%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MisinformedDNA","download_url":"https://codeload.github.com/MisinformedDNA/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisinformedDNA%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34544404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":[],"created_at":"2024-12-03T18:09:07.516Z","updated_at":"2026-06-19T18:33:26.930Z","avatar_url":"https://github.com/MisinformedDNA.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nPersonal PowerShell environment configuration for Windows, Linux, and GitHub Codespaces.\n\n## Quick Start\n\n### Windows (Boxstarter)\n\nOne-click automated setup via Boxstarter:\n\n```\nhttp://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/MisinformedDNA/dotfiles/main/boxstarter.ps1\n```\n\nThis will:\n- Install Git, PowerShell Core, and applications via winget\n- Configure Windows settings (dark mode, Explorer settings, taskbar)\n- Set up PowerShell profile with Oh My Posh and git aliases\n- Configure Windows Terminal\n\n### Manual Setup (Windows/Linux/Codespaces)\n\n```powershell\ngit clone https://github.com/MisinformedDNA/dotfiles.git\ncd dotfiles\npwsh -NoProfile -ExecutionPolicy Bypass -File ./Setup.ps1\n```\n\n### GitHub Codespaces\n\nThe `.devcontainer` configuration automatically sets up the PowerShell environment when you open this repo in Codespaces.\n\n## Prerequisites\n\n- **PowerShell 7+** (PowerShell Core) - Installed automatically on Windows via Boxstarter\n- **Git** - Installed automatically on Windows via Boxstarter\n- **Windows 11** (for full Windows-specific features) or Linux/macOS for cross-platform profile\n\n## What Gets Installed/Configured\n\n### PowerShell Modules\n- **posh-git** - Git status in prompt and tab completion\n- **PSReadLine** - Enhanced command-line editing with predictive IntelliSense\n- **ZLocation** - Fast directory navigation based on frequency\n- **Oh My Posh** - Beautiful prompt theming (paradox theme)\n\n### Git Configuration\n- Default branch: `main`\n- Auto setup remote on push\n- Common git aliases: `cp` (cherry-pick), `unstage`, `last`, `visual`\n\n### PowerShell Aliases \u0026 Functions\nGit shortcuts: `ga`, `gac`, `gacp`, `gb`, `gc`, `gcmm`, `gco`, `gcob`, `gd`, `gds`, `gl`, `gp`, `gpl`, `gs`, and more\n\nSee [pwsh/Set-GitAliases.ps1](pwsh/Set-GitAliases.ps1) for complete list.\n\n### Windows Applications (via winget)\n- PowerShell Core\n- Oh My Posh\n- Git \u0026 TortoiseGit\n- VS Code\n- WinMerge\n- PowerToys\n- Spotify\n\nSee [winget-packages.json](winget-packages.json) for complete list.\n\n### Windows Settings\n- Dark mode for system and apps\n- File Explorer: show hidden files, file extensions, protected OS files\n- Taskbar: hide Task View, News and Interests, search box\n- File Explorer opens to \"This PC\" instead of Quick Access\n\nSee [scripts/Initialize-Windows.ps1](scripts/Initialize-Windows.ps1) for all settings.\n\n## Usage\n\nAfter installation, restart your PowerShell session or run:\n\n```powershell\n. $PROFILE\n```\n\n### Quick Navigation\n- `repos` or `r` - Navigate to repos directory (C:\\Repos on Windows, ~/repos on Linux)\n\n### Git Workflow Examples\n```powershell\n# Stage all modified files, commit, and push\ngacp \"commit message\"\n\n# Stage all, commit only\ngac \"commit message\"\n\n# Create new branch and check it out\ngcob feature-branch\n\n# Open repo in browser\ngopen\n\n# Prune merged local branches\ngprune\n```\n\n## Customization\n\n- **Profile override**: Create `.profile.ps1` in your repo root for local customizations\n- **Git credentials**: Edit git config manually for work/personal separation\n- **Windows Terminal**: Settings symlinked from [apps/WindowsTerminal/settings.json](apps/WindowsTerminal/settings.json)\n\n## File Structure\n\n```\ndotfiles/\n├── Setup.ps1                 # Main setup script (cross-platform)\n├── boxstarter.ps1            # Windows automated installation via Boxstarter\n├── winget-packages.json      # Windows applications to install\n├── apps/\n│   └── WindowsTerminal/      # Windows Terminal configuration\n├── pwsh/\n│   ├── profile.ps1           # PowerShell profile (loads for all hosts)\n│   └── Set-GitAliases.ps1    # Git function aliases\n└── scripts/\n    ├── Configure-Git.ps1     # Git global configuration\n    ├── Initialize-Windows.ps1 # Windows registry settings\n    ├── Install-Apps.ps1      # Application installation\n    └── Install-PowerShellModules.ps1 # PowerShell module installation\n```\n\n## License\n\nMIT - See [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisinformeddna%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisinformeddna%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisinformeddna%2Fdotfiles/lists"}