{"id":30962356,"url":"https://github.com/atsyplenkov/.dotfiles","last_synced_at":"2026-02-15T10:07:18.155Z","repository":{"id":311517777,"uuid":"1043925903","full_name":"atsyplenkov/.dotfiles","owner":"atsyplenkov","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-02T00:37:04.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-09T12:47:33.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/atsyplenkov.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":"2025-08-24T22:53:30.000Z","updated_at":"2025-09-02T00:37:07.000Z","dependencies_parsed_at":"2025-09-01T03:15:34.025Z","dependency_job_id":null,"html_url":"https://github.com/atsyplenkov/.dotfiles","commit_stats":null,"previous_names":["atsyplenkov/.dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atsyplenkov/.dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsyplenkov%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsyplenkov%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsyplenkov%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsyplenkov%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atsyplenkov","download_url":"https://codeload.github.com/atsyplenkov/.dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsyplenkov%2F.dotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274694769,"owners_count":25332676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"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":"2025-09-11T19:37:24.196Z","updated_at":"2026-02-15T10:07:18.150Z","avatar_url":"https://github.com/atsyplenkov.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# .dotfiles\n\nMy configuration files. Inspired by [**@wurli**](https://github.com/wurli/dotfiles)'s. This repo is mainly for my future self, in case I forget. Regardless of the OS, I store them in the `$HOME` directory (`$HOME/.dotfiles/`).\n\n## Dotter\n\nThis repo uses `dotter` to manage configuration files via symlinks to `~/.config/`.\n\n```bash\n# Install\ncargo install dotter\n\n# Dry run to see what will be deployed\ndotter deploy --dry-run --force\n\n# Verbose mode (shows diffs)\ndotter deploy -v\n\n# Force deploy all configuration files\ndotter deploy -fv\n```\n\n## Architecture\n\n| Directory | Purpose |\n|-----------|---------|\n| `.dotter/` | Dotter configuration and deployment rules |\n| `ghostty.conf` | Terminal emulator config |\n| `yazi.toml` | File manager config |\n| `claude-code/` | Claude Code AI assistant config (CLAUDE.md, commands, statusline) |\n| `opencode/` | OpenCode config (oh-my-opencode.json) |\n| `cursor/` | Cursor editor settings |\n| `positron/` | Positron editor settings |\n| `antigravity/` | Antigravity editor settings |\n| `firefox/` | Arkenfox user overrides |\n\n\u003c!-- ## Windows\nTo start or add a new config, copy the original file into the `.dotfiles` directory. Then create a symbolic link to it in `$HOME`. On new machines, simply `git clone` this repository.\n\n```powershell\n# Navigate to your `.dotfiles` directory\ncd $HOME\\.dotfiles\n\n# Create custom symlink function\nfunction symlink ([String] $real, [String] $link) {\n    if (Test-Path $real -pathType container) {\n        # Create a hardlink for individual files\n        cmd /c mklink /j $link.Replace(\"/\", \"\\\") $real.Replace(\"/\", \"\\\")\n    } else {\n        # Create a junction for folders\n        cmd /c mklink /h $link.Replace(\"/\", \"\\\") $real.Replace(\"/\", \"\\\")\n    }\n}\n\n# Create symlink!\nsymlink .gitconfig $HOME\\.gitconfig\n``` --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatsyplenkov%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatsyplenkov%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatsyplenkov%2F.dotfiles/lists"}