{"id":16549505,"url":"https://github.com/nelsonmestevao/dotfiles","last_synced_at":"2025-04-05T21:06:56.512Z","repository":{"id":42654333,"uuid":"107189730","full_name":"nelsonmestevao/dotfiles","owner":"nelsonmestevao","description":":penguin: Configuration files","archived":false,"fork":false,"pushed_at":"2025-04-05T16:06:33.000Z","size":7356,"stargazers_count":105,"open_issues_count":4,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-05T17:20:36.181Z","etag":null,"topics":["asdf","dotfiles","git","i3wm","nvim","rofi","termite","tmux","vim","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nelsonmestevao.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}},"created_at":"2017-10-16T22:27:33.000Z","updated_at":"2025-03-31T08:34:58.000Z","dependencies_parsed_at":"2024-03-25T08:37:45.775Z","dependency_job_id":"32ff2b1f-502b-4533-b11b-8f4ceef1ac9c","html_url":"https://github.com/nelsonmestevao/dotfiles","commit_stats":{"total_commits":822,"total_committers":5,"mean_commits":164.4,"dds":"0.23965936739659366","last_synced_commit":"7ad737ff3fee71c832c93a6df85d5ad9cdd415fa"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonmestevao%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonmestevao%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonmestevao%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nelsonmestevao%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nelsonmestevao","download_url":"https://codeload.github.com/nelsonmestevao/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399873,"owners_count":20932876,"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","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":["asdf","dotfiles","git","i3wm","nvim","rofi","termite","tmux","vim","zsh"],"created_at":"2024-10-11T19:29:46.038Z","updated_at":"2025-04-05T21:06:56.489Z","avatar_url":"https://github.com/nelsonmestevao.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[releases]: https://github.com/nelsonmestevao/dotfiles/releases/latest\n[license]: #memo-license\n\n\u003ch1 align=\"center\"\u003e\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"/.github/header-LIGHT.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"/.github/header-DARK.png\"\u003e\n  \u003cimg alt=\"Dotfiles\" src=\"/.github/header-DARK.png\" width=\"750\"\u003e\n\u003c/picture\u003e\n\u003c/h1\u003e\n\n[![Latest Release](https://img.shields.io/github/release-pre/nelsonmestevao/dotfiles.svg?style=flat-square)][releases]\n[![License](https://img.shields.io/github/license/nelsonmestevao/dotfiles?logo=WTFNMFPL\u0026style=flat-square)][license]\n![Repo size](https://img.shields.io/github/repo-size/nelsonmestevao/dotfiles.svg?style=flat-square)\n\nI really like to configure my system in every possible way. This repository\nholds how I do it. If you are just starting out you could use mine (_I don't\ncare or mind_, see [LICENSE][license]) but for your own sake **read them**. You\nwill not get the most out of it without.\n\nStart by reading my Neovim configuration. It follows a literate configuration\nwhere it's documentation is the configuration files it selves. I write them\nusing markdown and Neovim will interpret only the code blocks.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"screenshot\" src=\".github/screenshot.png\" width=\"85%\"/\u003e\n\u003c/div\u003e\n\n## :rocket: Installing\n\nI follow a very modular approach. If you don't want something you can just\nremove it's folder. Imagine you don't want Neovim. You can just delete `nvim`\nfolder. It's that simple.\n\n\u003e **Warning**\n\u003e As you probably know, you shouldn't just run any script that you do not trust.\nYou shouldn't just trust my `install` script. You should read it and all the\nhelpers that it relies on.\n\nStart by cloning my `dotfiles` into `~/.dotfiles`. You should do the same with\nmy `spells` repository. Some scripts needed are there.\n\n```shell\ngit clone https://github.com/nelsonmestevao/dotfiles ~/.dotfiles\ngit clone https://github.com/nelsonmestevao/spells   ~/.spells\n```\n\nDepending on your Linux distribution you should change the `distro.sh`\naccordingly.\n\n```shell\ncd ~/.dotfiles\n./install\n```\n\n## :bomb: Uninstalling\n\n```shell\ncd ~/.dotfiles\n./uninstall.sh\ncd ~\nrm -rf ~/.dotfiles\nrm -rf ~/.spells\n```\n\n## :memo: License\n\nThis repository is licensed under the [WTFNMFPL](LICENSE.txt).\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eUse your tools well or use better tools.\u003c/sub\u003e\n\u003c/div\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsonmestevao%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnelsonmestevao%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnelsonmestevao%2Fdotfiles/lists"}