{"id":18788093,"url":"https://github.com/onc/dotfiles","last_synced_at":"2026-03-06T12:32:48.762Z","repository":{"id":18327204,"uuid":"21506322","full_name":"onc/dotfiles","owner":"onc","description":"My dotfiles for emacs, vim, i3, tmux and much more.","archived":false,"fork":false,"pushed_at":"2026-02-11T12:50:06.000Z","size":7479,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-11T20:54:56.092Z","etag":null,"topics":["dotfiles","emacs","fzf","karabiner","tmux","vim","zsh"],"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/onc.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}},"created_at":"2014-07-04T19:36:10.000Z","updated_at":"2026-02-11T12:50:10.000Z","dependencies_parsed_at":"2024-06-14T12:46:52.647Z","dependency_job_id":"21561818-b650-47bb-8116-6b80985db5d1","html_url":"https://github.com/onc/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onc/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onc%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onc%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onc%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onc%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onc","download_url":"https://codeload.github.com/onc/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onc%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30176253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T11:48:51.886Z","status":"ssl_error","status_checked_at":"2026-03-06T11:48:51.460Z","response_time":250,"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":["dotfiles","emacs","fzf","karabiner","tmux","vim","zsh"],"created_at":"2024-11-07T20:57:32.363Z","updated_at":"2026-03-06T12:32:48.742Z","avatar_url":"https://github.com/onc.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# onze's dotfiles\n\nMy dotfiles. I used these on both, macOS and ArchLinux.\n\n## Colors\n\nI'm using [base16-builder](https://github.com/base16-builder/base16-builder) with a modified version of the google-theme.\nTake a look at my [base16-onc-scheme](https://github.com/onc/base16-onc-scheme) repo for the scheme-file.\n\n## Zsh\n\nI'm using [zsh](http://www.zsh.org/) with [on-my-zsh](https://github.com/robbyrussell/oh-my-zsh).\n\n![shell](https://github.com/onc/dotfiles/blob/main/screenshots/zsh.png)\n\nMy zsh-config can be found in `zshrc`.\nBesides `zshrc`, the `oncsh`-directory contains additional configuration, which are included in my `zshrc`.\nThe custom theme can be found in `oh-my-zsh/custom/themes/onze.zsh-theme`.\n\n### fzf\n\n[fzf](https://github.com/junegunn/fzf) is a command-line fuzzy finder written in Go.\nI really like fzf and use it a lot for searching my history and jumping to frequently used directories.\n\n## Vim\n\nBefore switching to Emacs i was using Vim for almost everything. My config works in terminal as well as `gvim`.\nI use [vim-plug](https://github.com/junegunn/vim-plug) for plugin-management.\n\n![vim_git-log](https://github.com/onc/dotfiles/blob/main/screenshots/vim_git-log.png)\n\nThis is the `gitconfig` alias for the short log shown on the right:\n\n```\n[alias]\n    lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)\u003c%an\u003e%Creset' --abbrev-commit --date=relative\n```\n\n## Emacs\n\nEmacs is used now for almost all my typing related stuff.\nThe configuration can be found in `emacs/` and is based on [spacemacs](https://www.spacemacs.org/).\n\n![emacs](https://github.com/onc/dotfiles/blob/main/screenshots/emacs.png)\n\n## Other configurations\n\n- `Gemfile` \u0026 `Gemfile.lock` - my gems\n- `gemrc` - configuration for installing gems (disable installation of documentation of gems)\n- `ideavimrc` - configuration for the vim-plugin of [Intellij](https://www.jetbrains.com/idea/)\n- `latexmkrc` - configuration for latexmk\n- `npmrc` - configuration for the node package manager (install node-modules in the home-directory)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonc%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonc%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonc%2Fdotfiles/lists"}