{"id":17026538,"url":"https://github.com/stackclash/dotfiles","last_synced_at":"2026-04-08T20:02:47.136Z","repository":{"id":64141519,"uuid":"414706369","full_name":"Stackclash/dotfiles","owner":"Stackclash","description":"scripts and dotfiles to setup new home and dev computers","archived":false,"fork":false,"pushed_at":"2025-12-19T17:52:25.000Z","size":805,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-22T07:37:38.368Z","etag":null,"topics":["chezmoi","dotfiles"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/Stackclash.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-07T17:59:36.000Z","updated_at":"2025-12-19T17:52:29.000Z","dependencies_parsed_at":"2025-01-21T17:26:10.264Z","dependency_job_id":"dc42dd9b-e7d5-452c-9bca-1b96bc4d6b73","html_url":"https://github.com/Stackclash/dotfiles","commit_stats":null,"previous_names":["stackclash/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Stackclash/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stackclash%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stackclash%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stackclash%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stackclash%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stackclash","download_url":"https://codeload.github.com/Stackclash/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stackclash%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31571601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["chezmoi","dotfiles"],"created_at":"2024-10-14T07:33:20.805Z","updated_at":"2026-04-08T20:02:47.105Z","avatar_url":"https://github.com/Stackclash.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003ca name=\"top\" title=\"dotfiles\"\u003e~/.\u0026nbsp;📂\u003c/a\u003e\u003cbr/\u003eMy Cross-Platform Dotfiles\u003cbr/\u003e \u003csup\u003e\u003csub\u003epowered by \u003ca href=\"https://www.chezmoi.io/\"\u003echezmoi\u003c/a\u003e\n\u003c/h1\u003e\n\u003cbr /\u003e\n\n[![Static Badge](https://img.shields.io/badge/Documentation-blue?style=for-the-badge\u0026logo=gitbook)](https://stackclash.github.io/dotfiles)\n\nA cross-platform, automated dotfiles setup powered by [chezmoi](https://chezmoi.io). This repo contains my macOS, Linux, and Windows configuration, along with scripts, templates, and documentation describing how everything works.\n\nThis project is designed to be reproducible, maintainable, and well-documented — ideal for quickly bringing up a new machine or keeping multiple systems in sync.\n\n# Features\n## 🔧 Cross-Platform Automation with chezmoi\n- Declarative dotfiles using chezmoi templates (.tmpl)\n- OS-specific bootstrap scripts:\n- run_once_before_* automatic package manager setup\n- run_onchange_* for idempotent application installs\n- Separate workflows for macOS (Darwin) and Windows\n\n## 🖌️ Theming \u0026 Configuration Data\n- Centralized theme variables for use across templates\n- App installation configuration\n- Reusable template helpers (e.g., theme colors, PowerShell elevation)\n\n## 🖥️ Shell \u0026 Terminal Environment\n- PowerShell profiles for Windows\n- Bash, Zsh, and Fish configs (.bashrc, .zshrc, fish/config.fish)\n- Oh My Posh setup\n- Git templates\n\n## 💻 Application \u0026 Environment Setup\n\nAutomated install of:\n\nHomebrew packages (macOS)\n\nWindows package manager + apps (Windows)\n\nVS Code extensions (cross-platform)\n\nSupport for mise, npm defaults, navi, and more\n\n## 🔐 SSH \u0026 Private Configs\n\nPrivate SSH keys \u0026 configs under private_dot_ssh/\n\nPlatform-specific private VS Code User settings\n\n# Quick Start\n\nRun this command on a fresh system to install chezmoi and initialize these dotfiles.\n\nWindows (PowerShell)\n```\npowershell -NoProfile -ExecutionPolicy Bypass -Command \"iwr https://raw.githubusercontent.com/Stackclash/dotfiles/main/bootstrap.ps1 | iex\"\n```\nmacOS / Linux (Shell)\n```\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/Stackclash/dotfiles/main/bootstrap.sh)\"\n```\n\n# To-Do\n- Write documentation on Git, and SSH configuration\n- Write documentation for Yubikey, Git templates and git-conventional-commits\n- Write documentation on scripts\n- Save VSCode configuration\n- Create dotfile for iTerm\n- research how to create aliases\n- test setup with WSL\n- need to add step to change user data location and app install location\n- control startup apps and pinned apps and pinned folders\n- upgrade powershell\n- icloud isn't installed using choco (can we install using microsoft store)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackclash%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackclash%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackclash%2Fdotfiles/lists"}