{"id":20479050,"url":"https://github.com/4u6u57/dotfiles","last_synced_at":"2025-10-22T02:55:54.976Z","repository":{"id":47418739,"uuid":"73748870","full_name":"4U6U57/dotfiles","owner":"4U6U57","description":"My personal preference files \"dotfiles\" for Linux.","archived":false,"fork":false,"pushed_at":"2023-04-17T16:39:10.000Z","size":478,"stargazers_count":2,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-22T02:55:52.984Z","etag":null,"topics":["bashrc","dotbot","dotfiles","linux","ssh","vimrc"],"latest_commit_sha":null,"homepage":"http://gitlab.com/4U6U57/dotfiles","language":"Shell","has_issues":false,"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/4U6U57.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":"2016-11-14T21:34:08.000Z","updated_at":"2025-10-04T13:56:45.000Z","dependencies_parsed_at":"2025-04-13T13:35:28.863Z","dependency_job_id":null,"html_url":"https://github.com/4U6U57/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/4U6U57/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4U6U57%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4U6U57%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4U6U57%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4U6U57%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4U6U57","download_url":"https://codeload.github.com/4U6U57/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4U6U57%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280370896,"owners_count":26319317,"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-10-22T02:00:06.515Z","response_time":63,"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":["bashrc","dotbot","dotfiles","linux","ssh","vimrc"],"created_at":"2024-11-15T15:40:41.008Z","updated_at":"2025-10-22T02:55:54.971Z","avatar_url":"https://github.com/4U6U57.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nMy personal preference files \"dotfiles\" for Linux. Feel free to look around, and\nfork it if you want.\n\n[![pipeline\nstatus](https://gitlab.com/4U6U57/dotfiles/badges/master/pipeline.svg)](https://gitlab.com/4U6U57/dotfiles/commits/master)\n[![gitter chat](https://img.shields.io/gitter/room/4U6U57/dotfiles.svg)](https://gitter.im/4U6U57/dotfiles)\n[![npm\nversion](https://img.shields.io/npm/v/@4u6u57/dotfiles.svg)](http://npmjs.com/package/@4u6u57/dotfiles)\n\n## Installation\n\n### vimrc\n\nThe [vimrc] file is my configuration file for the *Vim* text editor, adding a\nbunch of functionality and making vim look a lot nicer by importing a variety\nof open source plugins. The current state of the repo is exactly how I have my\neditor configured on all my devices.\n\nThe [vimrc] configuration can be installed as a standalone project with the\nfollowing command (requires `curl`):\n\n```bash\ncurl -fLo ~/.vimrc --create-dirs https://raw.githubusercontent.com/4U6U57/dotfiles/master/vimrc\n```\n\nUpdating vimrc is done with the vim command `:VimrcUpdate` or by pressing `F12`\nin Normal mode. More information can be found by opening the [vimrc] file and\nreading the comments.\n\n### Full Installation\n\nFull installation of this repository as is is **NOT RECOMMENDED** for most, if\nnot all, users. This repo includes the [dotbot] installer as a submodule, so\ninstallation is relatively painless and non-destructive, requiring only one\ncommand and only exporting files that do not currently exist in your system.\nHowever, this installs *everything* in my dotfiles repo, and most of the stuff\nhere will probably not interest you. It is better to view the contents of the\nrepo (either through the GitHub website, or by cloning it) and then making\nappropriate changes to your own setup.\n\nIf you would still like to install the whole shebang (which I highly suggest\nagainst), you can do so by running:\n\n```bash\ngit clone https://gitlab.com/4U6U57/dotfiles ~/bin/dotfiles \u0026\u0026 ~/bin/dotfiles/install\n```\n\nBetter yet, I highly recommend checking out *[dotbot]* and either forking the\n[dotfiles-template](https://github.com/anishathalye/dotfiles_template) repo or\nusing the [init-dotfiles](https://github.com/Vaelatern/init-dotfiles) script to\nimport your existing dotfiles, and create your own *[dotbot]* powered *dotfiles*\nrepo.\n\n## Libraries/Standards Used\n\n- [dotbot]: Dotfile installer\n- [editorconfig](https://editorconfig.org): Text editor preferences\n- [junegunn/vim-plug](https://github.com/junegunn/vim-plug): Vim plugin manager\n  - Various other Vim plugins, listed in detail in the [vimrc] file\n\n## Feedback and Other Questions\n\nI am always looking for ways to streamline my process and make my config even\nbetter. Free free to drop by our Gitter chat room (linked above) for any\nquestions/suggestions. You can also post a GitHub issue for specific bugs.\n\n[dotbot]: https://github.com/anishathalye/dotbot\n[vimrc]: vimrc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4u6u57%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4u6u57%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4u6u57%2Fdotfiles/lists"}