{"id":50864105,"url":"https://github.com/folkengine/dotfiles","last_synced_at":"2026-06-14T23:34:03.759Z","repository":{"id":353820803,"uuid":"1221028308","full_name":"folkengine/dotfiles","owner":"folkengine","description":"Home for my dot file","archived":false,"fork":false,"pushed_at":"2026-04-25T17:26:47.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T23:34:01.693Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/folkengine.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":"2026-04-25T16:54:11.000Z","updated_at":"2026-04-25T17:26:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/folkengine/dotfiles","commit_stats":null,"previous_names":["folkengine/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/folkengine/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/folkengine","download_url":"https://codeload.github.com/folkengine/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folkengine%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34342089,"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-14T02:00:07.365Z","response_time":62,"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":"2026-06-14T23:34:01.896Z","updated_at":"2026-06-14T23:34:03.745Z","avatar_url":"https://github.com/folkengine.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nPersonal dot files shared across machines.\n\n## What's included\n\n| File | Symlinked to | Description |\n|------|-------------|-------------|\n| `bashrc` | `~/.bashrc` | Bash shell configuration |\n| `zshrc` | `~/.zshrc` | Zsh shell configuration |\n| `gitconfig` | `~/.gitconfig` | Global Git configuration |\n| `vimrc` | `~/.vimrc` | Vim editor configuration |\n| `tmux.conf` | `~/.tmux.conf` | Tmux terminal multiplexer config |\n\n## Installation\n\nClone the repo and run the install script:\n\n```bash\ngit clone https://github.com/folkengine/dotfiles.git ~/.dotfiles\ncd ~/.dotfiles\nbash install.sh\n```\n\nThe script will:\n- Create symlinks from your home directory to each file in this repo\n- Back up any existing files to `~/.dotfiles_backup/\u003ctimestamp\u003e/` before replacing them\n- Skip files that are already correctly symlinked\n\n## Machine-specific overrides\n\nSettings that should **not** be committed (e.g. work email, local paths) go in\noverride files that are sourced automatically but never tracked by this repo:\n\n| Override file | Loaded by |\n|--------------|-----------|\n| `~/.bashrc.local` | `bashrc` |\n| `~/.zshrc.local` | `zshrc` |\n| `~/.gitconfig.local` | `gitconfig` |\n| `~/.vimrc.local` | `vimrc` |\n\nExample `~/.gitconfig.local`:\n\n```ini\n[user]\n    name  = Your Name\n    email = you@example.com\n```\n\n## Adding new dotfiles\n\n1. Add the file to this repo (without the leading dot, e.g. `inputrc`).\n2. Add an entry to the `FILES` map in `install.sh`:\n   ```bash\n   [inputrc]=.inputrc\n   ```\n3. Re-run `bash install.sh`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolkengine%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffolkengine%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolkengine%2Fdotfiles/lists"}