{"id":23050127,"url":"https://github.com/pkcarreno/dotfiles","last_synced_at":"2026-04-04T22:32:15.351Z","repository":{"id":184220356,"uuid":"498570947","full_name":"Pkcarreno/dotfiles","owner":"Pkcarreno","description":"My dotfiles","archived":false,"fork":false,"pushed_at":"2026-03-27T18:27:06.000Z","size":513,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-28T02:17:46.961Z","etag":null,"topics":["commitizen-config","dotfiles","fish","git","neovim","powershell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"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/Pkcarreno.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-01T02:56:13.000Z","updated_at":"2026-03-27T18:27:10.000Z","dependencies_parsed_at":"2023-10-16T12:39:59.065Z","dependency_job_id":"62e39ad7-aba4-4269-9cbf-241c81b65927","html_url":"https://github.com/Pkcarreno/dotfiles","commit_stats":null,"previous_names":["pkcarreno/.config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pkcarreno/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pkcarreno%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pkcarreno%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pkcarreno%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pkcarreno%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pkcarreno","download_url":"https://codeload.github.com/Pkcarreno/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pkcarreno%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["commitizen-config","dotfiles","fish","git","neovim","powershell"],"created_at":"2024-12-15T23:19:52.046Z","updated_at":"2026-04-04T22:32:15.322Z","avatar_url":"https://github.com/Pkcarreno.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Esta configuración esta inspirado en:\n\n- [La configuración de Takuya](https://github.com/craftzdog/dotfiles-public)\n- [la configuración de Chris Titus](https://github.com/ChrisTitusTech/powershell-profile)\n- [LazyVim](https://www.lazyvim.org/)\n- Y, [algunas buenas practicas](https://dotfiles.github.io/utilities/)\n\n## Contenido\n\n- NeoVim config\n- git config\n- fish config\n- PowerShell config\n- tmux config\n\n## Instalación previa\n\n### Windows\n\nSe requiere tener instalado [Scoop](https://scoop.sh/).\n\nEjecutar el siguiente comando para instalar todos los paquetes necesarios\n\n```Powershell\n  scoop install git peco nvm sudo neovim gzip bat tree-sitter fd ripgrep gcc\n```\n\n### Linux\n\nInstalar los siguientes paquetes:\n\n```bash\n  peco neovim fish tmux eza fd bat ripgrep\n```\n\nnota: _recomendado usar homebrew_\n\n## Setup\n\n1. Ejecutar `git clone` de este proyecto dentro de la carpeta raiz (`~/`).\n2. Mover los archivos dentro de la carpeta `dotfiles` a la raiz. _(Si existe una carpeta `.config` en la raiz, entonces mover manualmente los archivos dentro de `dotfiles/.config` a `.config`)_\n3. Ejecutar los pasos post setup.\n\n## Post Setup\n\n### Fish\n\nEjecutar el siguiente script para instalar el gestor de plugins de fish (fisher) e instalar los plugins del proyecto. _[Tomado de este comentario](https://github.com/jorgebucaran/fisher/issues/775#issuecomment-1703684632)_\n\n```fish\ncurl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source \u0026\u0026 fisher update\n```\n\n### Node\n\nEn caso de usar **fish** este va a instalar `nvm`, en el caso de usar **windows** se instalara `nvm` al ejecutar el comando de scoop.\n\nCuando se tenga nvm se debe instalar la version lts de node, y, posteriormente, se debe ejecutar el siguiente comando `npm i -g czg`. En el caso de usar **fish** debe instalar una version de node mediante **nvm**, este instalara los paquetes necesarios automaticamente gracias al parametro [$nvm_default_packages](https://github.com/jorgebucaran/nvm.fish#nvm_default_packages)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkcarreno%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkcarreno%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkcarreno%2Fdotfiles/lists"}