{"id":24546842,"url":"https://github.com/gabrielcrackpro/dotfiles","last_synced_at":"2026-04-11T10:37:08.157Z","repository":{"id":65067577,"uuid":"397562431","full_name":"GabrielCrackPro/dotfiles","owner":"GabrielCrackPro","description":"All my configuration files","archived":false,"fork":false,"pushed_at":"2025-03-18T21:43:53.000Z","size":49515,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T04:26:50.865Z","etag":null,"topics":["config-files","dotfiles","neofetch","neovim","nvim","tmux","vim","vimrc","zsh","zshrc"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GabrielCrackPro.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-18T10:35:23.000Z","updated_at":"2025-03-18T21:43:57.000Z","dependencies_parsed_at":"2023-01-12T07:45:32.403Z","dependency_job_id":"25c31a6c-ce83-4907-9927-5985d267172b","html_url":"https://github.com/GabrielCrackPro/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GabrielCrackPro/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielCrackPro%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielCrackPro%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielCrackPro%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielCrackPro%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabrielCrackPro","download_url":"https://codeload.github.com/GabrielCrackPro/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielCrackPro%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["config-files","dotfiles","neofetch","neovim","nvim","tmux","vim","vimrc","zsh","zshrc"],"created_at":"2025-01-22T22:17:31.642Z","updated_at":"2026-04-11T10:37:08.125Z","avatar_url":"https://github.com/GabrielCrackPro.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\nAll my configuration files\n\n[![GitHub license](https://img.shields.io/github/license/GabrielCrackPro/dotfiles?style=for-the-badge)](https://github.com/GabrielCrackPro/dotfiles/master/LICENSE)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge)](https://github.com/GabrielCrackPro/dotfiles/pulls)\n\n - [zsh](https://github.com/GabrielCrackPro/dotfiles/blob/main/zsh/.zshrc)\n - [tmux](https://github.com/GabrielCrackPro/dotfiles/tree/main/tmux)\n - [neofetch](https://github.com/GabrielCrackPro/dotfiles/blob/main/neofetch/config.conf)\n - [vim](https://github.com/GabrielCrackPro/dotfiles/blob/main/vim/.vimrc)\n - [nvim](https://github.com/GabrielCrackPro/dotfiles/blob/main/nvim/init.vim)\n\n## Themes\n\n- zsh theme: [powerlevel10k](https://github.com/romkatv/powerlevel10k)\n  - [custom](https://github.com/GabrielCrackPro/Setup/blob/main/.p10k.zsh) .p10k.zsh file\n- tmux theme: [tmux-nova](https://github.com/o0th/tmux-nova)\n  - Customized in [tmux.conf](https://github.com/GabrielCrackPro/dotfiles/blob/main/tmux/tmux.conf) file\n- nvim theme: [omni](https://github.com/getomni/neovim)\n- vim theme: [monokai](https://github.com/sickill/vim-monokai)\n\n## Nvim plugins\n\n- [devicons](https://github.com/ryanoasis/vim-devicons) - Custom file icons\n- [lualine](https://github.com/nvim-lualine/lualine.nvim) - A nvim statusline written in lua\n- [nerdtree](https://github.com/preservim/nerdtree) - File explorer for vim and nvim\n- [emmet-vim](https://github.com/mattn/emmet-vim) - Expand abbreviations\n- [vim-autoformat](https://github.com/vim-autoformat/vim-autoformat) - Formatter for vim and nvim\n- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - Provides correct syntax hightlighting depending on the language\n- [telescope](https://github.com/nvim-telescope/telescope.nvim) - Extensible fuzzy finder\n- [gitsigns](https://github.com/lewis6991/gitsigns.nvim) - Git decorations for nvim\n- [nnn](https://github.com/luukvbaal/nnn.nvim) - File explorer for vim and nvim\n- **And more**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielcrackpro%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielcrackpro%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielcrackpro%2Fdotfiles/lists"}