{"id":21339490,"url":"https://github.com/dylanmeca/dotfiles","last_synced_at":"2026-03-09T04:31:33.845Z","repository":{"id":75598701,"uuid":"349195797","full_name":"dylanmeca/dotfiles","owner":"dylanmeca","description":"My repository of dotfiles, here you will find the files and some settings that I use in linux.","archived":false,"fork":false,"pushed_at":"2024-08-28T01:18:18.000Z","size":8134,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T14:46:17.455Z","etag":null,"topics":["bash","dotfiles","linux","neovim","nvim","shell","terminal","ubuntu","ubuntu-desktop"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylanmeca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-03-18T19:34:49.000Z","updated_at":"2024-08-28T01:18:21.000Z","dependencies_parsed_at":"2024-08-28T02:52:11.933Z","dependency_job_id":null,"html_url":"https://github.com/dylanmeca/dotfiles","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dylanmeca/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanmeca%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanmeca%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanmeca%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanmeca%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylanmeca","download_url":"https://codeload.github.com/dylanmeca/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanmeca%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: 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","dotfiles","linux","neovim","nvim","shell","terminal","ubuntu","ubuntu-desktop"],"created_at":"2024-11-22T00:46:13.923Z","updated_at":"2026-03-09T04:31:33.826Z","avatar_url":"https://github.com/dylanmeca.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n[![Build Status](https://img.shields.io/github/stars/dylanmeca/dotfiles.svg)](https://github.com/dylanmeca/dotfiles)\n[![License](https://img.shields.io/github/license/dylanmeca/dotfiles.svg)](https://github.com/dylanmeca/dotfiles/blob/master/LICENSE)\n[![dylanmeca](https://img.shields.io/badge/author-dylanmeca-green.svg)](https://github.com/dylanmeca)\n[![bug_report](https://img.shields.io/badge/bug-report-red.svg)](https://github.com/dylanmeca/dotfiles/blob/master/.github/ISSUE_TEMPLATE/bug_report.md)\n[![security_policy](https://img.shields.io/badge/security-policy-cyan.svg)](https://github.com/dylanmeca/dotfiles/blob/master/SECURITY.md)\n[![Bash](https://img.shields.io/badge/language-Bash-blue.svg)](https://www.gnu.org/software/bash/)\n[![Vim](https://img.shields.io/badge/language-Vim-green.svg)](https://www.vim.org)\n![resultado](https://github.com/dylanmeca/dotfiles/raw/main/resultado.png)\n\nMy repository of dotfiles, here you will find the files and some settings that I use in linux.\n\n## Install custom neovim\n\nI have created something that customizes the neovim code editor, and in order to install it you must go to linux and run these commands.\n\n```bash\n\ncurl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\nmkdir -p ~/.config/nvim\ncd ~/.config/nvim\nwget https://raw.githubusercontent.com/dylanmeca/dotfiles/main/.config/nvim/init.vim\nnvim init.vim\n\n```\n\nOnce inside ``` init.vim ``` put ``` :PlugInstall ``` and the plugins will begin to install once this is done put ``` :x ``` and then in the linux terminal you can use nvim to edit any file.\n\n## Install .bashrc\n\nTo install .bashrc you must run these commands in your linux terminal:\n\n```shell\n\nrm -rf .bashrc\nwget https://raw.githubusercontent.com/dylanmeca/dotfiles/main/.bashrc\nwget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh\nmv git-prompt.sh .git-prompt.sh\n\n```\n\nonce this is done, you just need to leave the terminal and re-enter and you will see a new presentation in the terminal.\n\n\n## Authors\n\n* **Dylan Meca** - *Initial Work* - [dylanmeca](https://github.com/dylanmeca)\n\nYou can also look at the list of all [contributors](https://github.com/dylanmeca/dotfiles/contributors) who have participated in this project.\n\n## License\n\nThe license for this project is [GPL-3.0](https://github.com/dylanmeca/dotfiles/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanmeca%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanmeca%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanmeca%2Fdotfiles/lists"}