{"id":21235768,"url":"https://github.com/darfink/dotfiles","last_synced_at":"2026-02-06T12:36:22.257Z","repository":{"id":21621401,"uuid":"24941864","full_name":"darfink/dotfiles","owner":"darfink","description":".files — my own preferences for Ubuntu and macOS","archived":false,"fork":false,"pushed_at":"2022-08-22T12:10:45.000Z","size":14230,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T21:56:49.456Z","etag":null,"topics":["dotfiles","emacs","tmux","vim"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/darfink.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}},"created_at":"2014-10-08T13:28:04.000Z","updated_at":"2022-03-28T09:12:29.000Z","dependencies_parsed_at":"2022-08-21T21:01:18.899Z","dependency_job_id":null,"html_url":"https://github.com/darfink/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/darfink/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darfink%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darfink%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darfink%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darfink%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darfink","download_url":"https://codeload.github.com/darfink/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darfink%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29160816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["dotfiles","emacs","tmux","vim"],"created_at":"2024-11-21T00:03:06.041Z","updated_at":"2026-02-06T12:36:22.237Z","avatar_url":"https://github.com/darfink.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Darfink's dotfiles\n\nThese are my dotfiles; to get started run\n\n```sh\ngit clone --recurse-submodules git://github.com/darfink/dotfiles.git ~/.dotfiles\n```\n\nEnsure that GNU [stow](https://www.gnu.org/software/stow/) is installed and\nchange directory to `~/.dotfiles`.\n\nOnce you are in the right place, run `stow \u003cpackage\u003e` to setup a configuration.\n\n## Packages\n\nThese are the available package configurations:\n\n- `alacritty` - terminal settings.\n- `dotbin` - utilities and tools.\n- `emacs` - spacemacs setup.\n- `gdb` - [GDB dashboard](https://github.com/cyrus-and/gdb-dashboard).\n- `generic` - config for curl/dig/dircolors/readline.\n- `git` - config and aliases.\n- `python`\n- `ruby`\n- `ssh`\n- `tmux`\n- `vim`\n- `vscode`\n- `zsh`\n\n## Operating system\n\n### macOS\n\nEnsure you set `zsh` as the default shell, by adding it to `/etc/shells` and\nexecuting `chsh -s /usr/local/bin/zsh`.\n\nThe `path_helper` utility is also troublesome; it uses `/etc/zprofile`\nto set the shell's `$PATH` (therefore being invocated after\n`~/.zshenv`), and it prepends to the `$PATH` instead of appending. To\ncircumvent this, remove `/etc/zprofile` and replace it with\n`/etc/zshenv` consisting of the following content:\n\n```sh\n# Avoid clobbering home\nexport ZDOTDIR=\"$HOME/.config/zsh\"\n\n# Prevent prepending to $PATH when invoking subshells\nif [[ -x /usr/libexec/path_helper \u0026\u0026 $SHLVL -eq 1 ]]; then\n\teval `/usr/libexec/path_helper -s`\nfi\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarfink%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarfink%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarfink%2Fdotfiles/lists"}