{"id":38341361,"url":"https://github.com/reireias/dotfiles","last_synced_at":"2026-01-17T03:00:39.110Z","repository":{"id":18976680,"uuid":"85713741","full_name":"reireias/dotfiles","owner":"reireias","description":"configuration for vim, bash, zsh, etc...","archived":false,"fork":false,"pushed_at":"2025-12-15T03:06:40.000Z","size":365,"stargazers_count":23,"open_issues_count":6,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-15T09:40:44.883Z","etag":null,"topics":["bash","bashrc","dotfiles","fonts","neovim","tmux","tmux-conf","vim","vimrc","zsh","zsh-plugins","zshrc"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reireias.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-03-21T14:44:27.000Z","updated_at":"2025-12-15T03:06:44.000Z","dependencies_parsed_at":"2023-09-27T12:27:03.663Z","dependency_job_id":"fdfdee55-6103-4736-8cf1-573aa7fc2b64","html_url":"https://github.com/reireias/dotfiles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/reireias/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reireias%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reireias%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reireias%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reireias%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reireias","download_url":"https://codeload.github.com/reireias/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reireias%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"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":["bash","bashrc","dotfiles","fonts","neovim","tmux","tmux-conf","vim","vimrc","zsh","zsh-plugins","zshrc"],"created_at":"2026-01-17T03:00:23.608Z","updated_at":"2026-01-17T03:00:39.045Z","avatar_url":"https://github.com/reireias.png","language":"Vim Script","readme":"[![Actions Status](https://github.com/reireias/dotfiles/workflows/install/badge.svg)](https://github.com/reireias/dotfiles/actions) [![Actions Status](https://github.com/reireias/dotfiles/workflows/lint/badge.svg)](https://github.com/reireias/dotfiles/actions) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# reireias's dotfiles\n\nMy dotfiles for Linux and macOS.\n\n\u003cimg width=\"1262\" height=\"874\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/4f7f022a-d5d5-4a07-94ab-b37bd9180ab2\" /\u003e\n\n\u003cimg width=\"1262\" height=\"874\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ffba0186-d563-4f62-9c0e-6cf1f4555f33\" /\u003e\n\n\u003cimg width=\"1262\" height=\"874\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ae01bc98-0847-4d37-b563-4f304e43a426\" /\u003e\n\n## Quick Start\n\n- clone this repository\n- `make dotfiles \u0026\u0026 make dependencies`\n\n## Features\n\n- **Shell**: zsh with [zi](https://github.com/z-shell/zi) plugin manager\n- **Prompt**: [powerlevel10k](https://github.com/romkatv/powerlevel10k)\n- **Search**: fuzzy file search with [fzf](https://github.com/junegunn/fzf)\n- **Editor**: Neovim with [lazy.nvim](https://github.com/folke/lazy.nvim)\n- **Terminal Multiplexer**: [tmux](https://github.com/tmux/tmux)\n\n\u003c!-- TODO: Add screenshots for current setup --\u003e\n\n\n## Details\n\n### Installation\nThis dotfiles installation is managed by [Ansible](https://docs.ansible.com/) and Makefile.\n\n`make dotfiles` create symbolic links in home directory.  \nFiles are created as symbolic links and directories are created as directories.\n\n`make dependencies` installs packages and plugins.\n\nThese implementations can be found in the [ansible](ansible) directory.\n\n### Customize with local rc files\nThe following script in `.zshrc` allows you to write machine-specific settings in the `.zshrc_local` file, such as a proxy.\n\n```bash\nif [[ -e ~/.zshrc_local ]]; then\n    source ~/.zshrc_local\nfi\n```\n\nThe same is true for vimrc.\n\n## Development\nRun lint (shellcheck, ansible-lint)\n\n```console\n$ make lint\n```\n\nTest .bashrc and .zshrc syntax.\n\n```console\n$ make test\n```\n\n## Test on Docker\n\n```console\n$ docker run --rm -it -u ubuntu reireias/non-root-user-ubuntu:22.04 bash\n$ sudo apt update\n$ cd\n$ git clone https://github.com/reireias/dotfiles.git\n$ cd dotfiles\n$ make dotfiles\n$ make dependencies\n$ zsh\n\n# onliner\n$ sudo apt update \u0026\u0026 cd \u0026\u0026 git clone https://github.com/reireias/dotfiles.git \u0026\u0026 cd dotfiles \u0026\u0026 make dotfiles \u0026\u0026 make dependencies \u0026\u0026 zsh\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freireias%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freireias%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freireias%2Fdotfiles/lists"}