{"id":49616784,"url":"https://github.com/pauchiner/dotfiles","last_synced_at":"2026-05-04T22:50:58.715Z","repository":{"id":173773072,"uuid":"651272666","full_name":"pauchiner/dotfiles","owner":"pauchiner","description":"My personal dotfiles","archived":false,"fork":false,"pushed_at":"2025-08-21T11:40:47.000Z","size":1803,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-07T13:09:14.458Z","etag":null,"topics":["fish","fish-shell","lua","neovim","neovim-config","neovim-configuration","neovim-dotfiles","shell","tmux","tmux-configuration"],"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/pauchiner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2023-06-08T22:20:39.000Z","updated_at":"2025-08-21T11:40:51.000Z","dependencies_parsed_at":"2023-09-26T11:03:23.574Z","dependency_job_id":"519dad0c-3ffd-4814-be1d-9f63a356e219","html_url":"https://github.com/pauchiner/dotfiles","commit_stats":{"total_commits":24,"total_committers":4,"mean_commits":6.0,"dds":"0.45833333333333337","last_synced_commit":"0a57ad4299ee72636721aea27f47740bf37afca7"},"previous_names":["pauchiner/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pauchiner/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauchiner%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauchiner%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauchiner%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauchiner%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pauchiner","download_url":"https://codeload.github.com/pauchiner/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauchiner%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32628211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["fish","fish-shell","lua","neovim","neovim-config","neovim-configuration","neovim-dotfiles","shell","tmux","tmux-configuration"],"created_at":"2026-05-04T22:50:57.923Z","updated_at":"2026-05-04T22:50:58.710Z","avatar_url":"https://github.com/pauchiner.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/images/favicon.png\" width=\"96px\" height=\"96px\"/\u003e\n    \u003ch3\u003e\n        My Dotfiles\n    \u003c/h3\u003e\n\u003c/div\u003e\n\n\u003cimage align=\"center\" src=\".github/images/screenshot.png\"/\u003e\n\n## ⚙️  Avaliable Configurations\n- Neovim ([ChinerNvim](https://github.com/pauchiner/ChinerNvim))\n- Fish shell\n- Lazygit\n- Tmux\n\n## 🛠️ Installation\n\n### 📦 Dependencies\n\n#### Required\n[fish: quick user friendly shell](https://fishshell.com/)\n\n[fisher: fish plugin manager](https://github.com/jorgebucaran/fisher)\n\n[node](https://nodejs.org/en)\n\n[git](https://git-scm.com/) \n\n#### Optional\n[ripgrep: fast fuzzy finder](https://github.com/BurntSushi/ripgrep)\n\n[eza: improved ls command](https://github.com/eza-community/eza)\n\n[zoxide: a smarter cd command](https://github.com/ajeetdsouza/zoxide)\n\n### ⚡Quick Start\n\n####  MacOS\n```bash\nbrew install git node eza zoxide fish fisher neovim lazygit tmux\n```\n#### 🐧 Ubuntu/Debian\n```bash\nsudo apt install git nodejs eza zoxide fish fisher neovim lazygit tmux\n```\n\n#### 📐 Arch\n```bash\nsudo pacman -S git nodejs eza zoxide fish fisher neovim lazygit tmux\n```\n\n#### 🎩 Fedora\n```bash\nsudo dnf install git nodejs eza zoxide fish fisher neovim lazygit tmux\n```\n\n#### 🦎 openSUSE\n```bash\nsudo zypper install git nodejs eza zoxide fish fisher neovim lazygit tmux\n```\n\n---\nafter check that you already have all the dependecies, clone the repo:\n```bash\n// Backup your current dotfiles\n$ cp -r ~/.config ~/.config.backup\n\n// Clone the config\n$ git clone https://github.com/pauchiner/dotfiles.git ~/.config --depth 1\n```\n\n---\nThen setup fish as your default shell:\n\n#####  MacOS\n```bash\n// Add fish in the shells list\nsudo sh -c 'echo /opt/homebrew/bin/fish \u003e\u003e /etc/shells'\n\n// Setup fish as the default shell\nsudo chsh -s /opt/homebrew/bin/fish\n```\n\n##### 🐧 Linux\n```bash\n// Add fish in the shells list\nsudo sh -c 'echo /usr/bin/fish \u003e\u003e /etc/shells'\n\n// Setup fish as the default shell\nsudo chsh -s /usr/bin/fish\n```\n\n## 🧑‍🤝‍🧑 Contributing\nAll contributions are welcome:\n\n[CONTRIBUTING.md](https://github.com/pauchiner/dotfiles/blob/main/.github/CONTRIBUTING.md)\n\n[CODE_OF_CONDUCT.md](https://github.com/pauchiner/dotfiles/blob/main/.github/CODE_OF_CONDUCT.md)\n\n---\n\u003cdiv align=\"center\"\u003e\n    \u003csup\u003eMade with ❤️ by Pau García Chiner\u003c/sup\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauchiner%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauchiner%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauchiner%2Fdotfiles/lists"}