{"id":22317712,"url":"https://github.com/luceast/dotfiles","last_synced_at":"2026-04-30T02:32:35.480Z","repository":{"id":301594008,"uuid":"1005968376","full_name":"LucEast/dotfiles","owner":"LucEast","description":"yadm managed dotfiles","archived":false,"fork":false,"pushed_at":"2026-02-22T22:12:58.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-23T03:11:09.781Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LucEast.png","metadata":{"files":{"readme":null,"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":"2025-06-21T07:32:46.000Z","updated_at":"2026-02-22T22:13:01.000Z","dependencies_parsed_at":"2025-06-27T17:47:55.655Z","dependency_job_id":"c01c2bf8-7fdb-4a96-98f6-0999ef07bcaa","html_url":"https://github.com/LucEast/dotfiles","commit_stats":null,"previous_names":["luceast/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LucEast/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucEast%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucEast%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucEast%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucEast%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucEast","download_url":"https://codeload.github.com/LucEast/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucEast%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32452427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["automation","configfiles","dotfiles","script"],"created_at":"2024-12-03T23:11:04.482Z","updated_at":"2026-04-30T02:32:35.476Z","avatar_url":"https://github.com/LucEast.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# config-files ✏️\n\nHere I store my config files. Feel free to use them.\nI also created a neat [installer](setup.sh) to easily link the configfiles to their belonged loaction or delete them.\n\nThis repository contains config-files for the following applications.\n\n## Applications\n\n| application                                | configuration                                                                                  |\n| ------------------------------------------ | ---------------------------------------------------------------------------------------------- |\n| [neovim](#neovim)                          | [common/.config/nvim](common/.config/nvim)                                                     |\n| [Starship.rs](#starshiprs)                 | [common/.config/starship.toml](common/.config/starship.toml)                                   |\n| [terminator](#terminator)                  | [Linux/terminator](Linux/terminator)                                                           |\n| [tmux](#tmux)                              | [common/.tmux.conf](common/.tmux.conf), [common/.tmux-minimal.conf](common/.tmux-minimal.conf) |\n| [vim](#vim)                                | [common/.vimrc](common/.vimrc)                                                                 |\n| [Warp.dev](#warpdev)                       | [macOS/.warp/themes](macOS/.warp/themes)                                                       |\n| [ZSH](#zsh)                                | [common/.zsh](common/.zsh), [common/.zshrc](common/.zshrc)                                     |\n\n## Installation\n\n • [help](#help)\\\n • [install](#install)\\\n • [delete](#delete)\n\n```bash\ngit clone https://github.com/LucEast/dotfiles.git; cd dotfiles\n./setup.sh\n```\n\n**You will need to add arguments (-i|-d) to the script to work.**\\\nYou can navigate through the script via the up and down arrow keys.\\\nTo select a config-file, press space.\\\nOnce selected, press Return to commit.\n\n### help\n\n![help](https://raw.githubusercontent.com/LucEast/config-files/main/screenshots/help.png)\n\n### install\n\n```bash\n./setup.sh -i\n```\n\n\u003c!-- ![install](https://raw.githubusercontent.com/LucEast/config-files/main/screenshots/install.png) --\u003e\n\n### delete\n\n```bash\n./setup.sh -d\n```\n\n\u003c!-- ![delete](https://raw.githubusercontent.com/LucEast/config-files/main/screenshots/delete.png) --\u003e\n\n## neovim\n\n[neovim](https://neovim.io)  \n\n## Starship\\.rs\n\nMy [Starship.rs](https://starship.rs) config has the following modules:\nOS, Name, Path, Git, Python, Kubernetes / Docker, Time\nIt looks like this:\n![starship](screenshots/starship.png)\n\n## terminator\n\n[terminator](https://gnome-terminator.org)\n\n## tmux\n\n[tmux](https://github.com/tmux/tmux/wiki)\n\n## vim\n\n[vim](https://www.vim.org)\n\n## Warp.dev\n\nMy [Warp.dev](https://www.warp.dev) config looks like this:\n![warp](screenshots/warp.png)\n\n## ZSH\n\n[ZSH](https://www.zsh.org)\n\n![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=LucEast\u0026repo=dotfiles\u0026title_color=3e83c8\u0026text_color=00cb71\u0026icon_color=299bab\u0026bg_color=171717\u0026hide_border=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluceast%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluceast%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluceast%2Fdotfiles/lists"}