{"id":14069422,"url":"https://github.com/Kunal2007-web/KDotfiles","last_synced_at":"2025-07-30T05:32:29.216Z","repository":{"id":158102111,"uuid":"633371344","full_name":"Kunal2007-web/KDotfiles","owner":"Kunal2007-web","description":"Dotfiles repository for easier and faster configuration of programs","archived":false,"fork":false,"pushed_at":"2025-07-03T17:54:53.000Z","size":28852,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T18:52:06.848Z","etag":null,"topics":["amfora","bash","bat","dotfiles","functions","git","gitmessage","gnupg","lazygit","lsd","ngrok","npm","prompt","shell","starship","starship-prompt","topgrade","vim","vimrc","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kunal2007-web.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-27T11:02:26.000Z","updated_at":"2025-07-03T17:54:56.000Z","dependencies_parsed_at":"2025-04-24T08:27:20.162Z","dependency_job_id":"d8b94d4b-8b3d-44b9-a25e-49c416e28bb2","html_url":"https://github.com/Kunal2007-web/KDotfiles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Kunal2007-web/KDotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kunal2007-web%2FKDotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kunal2007-web%2FKDotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kunal2007-web%2FKDotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kunal2007-web%2FKDotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kunal2007-web","download_url":"https://codeload.github.com/Kunal2007-web/KDotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kunal2007-web%2FKDotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267815187,"owners_count":24148356,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":["amfora","bash","bat","dotfiles","functions","git","gitmessage","gnupg","lazygit","lsd","ngrok","npm","prompt","shell","starship","starship-prompt","topgrade","vim","vimrc","zsh"],"created_at":"2024-08-13T07:06:56.515Z","updated_at":"2025-07-30T05:32:24.201Z","avatar_url":"https://github.com/Kunal2007-web.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# 🚀 KDotfiles\n#### KDotfiles is a project that simplifies the post-installation process of configuring dotfiles for various command-line programs.\n\n![GitHub](https://img.shields.io/github/license/Kunal2007-web/KDotfiles?color=blue\u0026label=License\u0026style=for-the-badge)\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Kunal2007-web/KDotfiles?color=g\u0026display_name=tag\u0026label=release\u0026sort=semver\u0026style=for-the-badge)\n![GitHub repo size](https://img.shields.io/github/repo-size/Kunal2007-web/KDotfiles?style=for-the-badge)\n![GitHub last commit](https://img.shields.io/github/last-commit/Kunal2007-web/KDotfiles?style=for-the-badge)\n\nThis is a project aimed at making the tedious post installation process of configuring your commands and programs from dotfiles easier and faster. It uses bash as the main scripting language. It contains dotfiles for many famous and useful programs people generally use such as:\n\n* ZSH and Additional Scripts\n* Git\n* Vim\n* GPG\n* NPM\n* LSD: An alternative to the `ls` command.\n* Bat: An alternative to the `cat` command.\n* Lazygit: A terminal git UI.\n* Ngrok: A localhost tunneling software.\n* Amfora: A terminal gemini browser.\n* Starship: A pretty and highly configurable terminal prompt.\n* Topgrade: An program to upgrade all your programs.\n\nmore dotfiles will be added with time (and as I start to use them).\n\n## ⚠️ Prerequisites\n\nThese programs should be installed before using the script:\n\n1. `git`\n2. `zsh`\n3. `curl`\n4. `rsync`\n5. `oh my zsh`\n\nThis project only works for Unix-like and Unix-based systems, Ex - Linux, MacOS, etc.\n\n## 💾 Installation \u0026 Usage\n\n### Installation\n\nDownload KDotfiles .zip or .tar.gz file from [releases](https://github.com/Kunal2007-web/KDotfiles/releases) assets.\n\nor Clone the repository in your home directory:\n\n* with HTTPS:\n\n``` bash\ngit clone https://github.com/Kunal2007-web/KDotfiles.git\n```\n\n* with SSH:\n\n```bash\ngit clone git@github.com:Kunal2007-web/KDotfiles.git\n```\n\n* with Github CLI\n\n```bash\ngh repo clone Kunal2007-web/KDotfiles\n```\n\n### Usage\n\nTo install the dotfiles:\n\n```bash\ncd KDotfiles\nchmod +x installdotfiles.sh\n./installdotfiles.sh\n```\n\n## 🤝 Contributions\n\nFor contributing to the project, please read the [Code of Conduct](https://github.com/Kunal2007-web/KDotfiles/blob/main/docs/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/Kunal2007-web/KDotfiles/blob/main/docs/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKunal2007-web%2FKDotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKunal2007-web%2FKDotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKunal2007-web%2FKDotfiles/lists"}