{"id":23318561,"url":"https://github.com/ericc-ch/dotfiles","last_synced_at":"2026-05-01T19:35:06.998Z","repository":{"id":256317058,"uuid":"854395954","full_name":"ericc-ch/dotfiles","owner":"ericc-ch","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-11T08:38:22.000Z","size":6344,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-11T16:25:18.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/ericc-ch.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":"2024-09-09T05:11:09.000Z","updated_at":"2026-02-11T08:38:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a779e6d-6b01-4592-b34d-e32a1db319b9","html_url":"https://github.com/ericc-ch/dotfiles","commit_stats":null,"previous_names":["ericc-ch/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericc-ch/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericc-ch%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericc-ch%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericc-ch%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericc-ch%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericc-ch","download_url":"https://codeload.github.com/ericc-ch/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericc-ch%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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-20T17:17:27.217Z","updated_at":"2026-05-01T19:35:06.981Z","avatar_url":"https://github.com/ericc-ch.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n\u003e **HEY THIS REPO IS NO LONGER UPDATED — EVERYTHING MOVED TO [ericc-ch/nixos-config](https://github.com/ericc-ch/nixos-config)**\n\nPersonal dotfiles managed with GNU Stow.\n\n## Installation\n\nClone this repository and use GNU Stow to create symlinks:\n\n```bash\n# Clone to ~/dotfiles (recommended)\ngit clone https://github.com/ericc-ch/dotfiles.git ~/dotfiles\n\n# Enter the repository\ncd ~/dotfiles\n\n# Use GNU Stow to create symlinks for a specific package (e.g., 'fish'):\nstow fish\n\n# Or to install all packages at once:\nstow *\n```\n\n⚠️ **Note**: If you clone to a location other than `~/dotfiles`, you must use `-t ~` with stow:\n\n```bash\nstow -t ~ aider\n```\n\n`stow` by default uses the parent of the stow directory.\n\n## GNU Stow Usage Guide\n\nBelow are reference examples demonstrating different ways to use GNU Stow.\n\n### Basic Usage\n\nAssuming your stow directory is `~/dotfiles` (default behavior uses the parent directory):\n\n```bash\nstow fish        # Creates symlinks in parent directory of stow dir\nstow ghostty     # Same as above\nstow niri        # Same as above\n```\n\n### Custom Target Directory\n\nWhen your stow directory is not in the default location or you want to be explicit:\n\n```bash\nstow -t ~ fish     # Explicitly specify target directory as home\nstow -t ~ ghostty  # Same as above\nstow -t ~ niri     # Same as above\n```\n\n### Useful Options\n\n- `-n`: **Dry run** - show what would happen without making changes\n- `-v`: **Verbose** - show all actions\n- `-D`: **Delete/Uninstall** - remove symlinks\n- `-R`: **Restow** - remove and then re-create symlinks\n- `--no-folding`: **Don't fold directories** - create individual file symlinks instead of directory symlinks\n\n### Advanced Examples\n\n```bash\nstow -v fish                 # Verbose output\nstow -nv fish                # Dry run with verbose output\nstow -D fish                 # Delete fish symlinks\nstow -R fish                 # Restow fish symlinks\nstow --no-folding fish       # Create individual file symlinks (useful for .config/ shared across packages)\n```\n\n## Troubleshooting \u0026 Notes\n\n### Audio Fixes\n\n- Use dell-headset-multi\n- Unmute in alsamixer\n- Completely shut down. Do not reboot.\n\n### Setting up kwallet with ly\n\nYou dont need to do anything mate\njust install kwallet-pam\n\n### Why is firefox \"show in folder\" opening nautilus instead of dolphin?\n\nBecause nautilus name matches exactly in that org.freedesktop shit the FileManager1 stuff\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericc-ch%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericc-ch%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericc-ch%2Fdotfiles/lists"}