{"id":24191305,"url":"https://github.com/andrem222/fish","last_synced_at":"2025-03-03T04:13:31.233Z","repository":{"id":266446430,"uuid":"871283041","full_name":"AndreM222/fish","owner":"AndreM222","description":"Fish Portable Dotfiles","archived":false,"fork":false,"pushed_at":"2024-12-09T04:55:40.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"origin","last_synced_at":"2025-01-13T15:18:12.293Z","etag":null,"topics":["dotfiles","fish","fish-shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/AndreM222.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":"2024-10-11T16:22:12.000Z","updated_at":"2024-12-09T04:55:44.000Z","dependencies_parsed_at":"2024-12-04T10:27:48.261Z","dependency_job_id":"bc53aee2-66c7-457e-abe9-c020abb3f8b5","html_url":"https://github.com/AndreM222/fish","commit_stats":null,"previous_names":["andrem222/fish"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreM222%2Ffish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreM222%2Ffish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreM222%2Ffish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreM222%2Ffish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreM222","download_url":"https://codeload.github.com/AndreM222/fish/tar.gz/refs/heads/origin","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241605819,"owners_count":19989612,"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","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":["dotfiles","fish","fish-shell"],"created_at":"2025-01-13T15:18:15.554Z","updated_at":"2025-03-03T04:13:31.216Z","avatar_url":"https://github.com/AndreM222.png","language":"Shell","readme":"# Fish Dotfiles\n\n## Contents 📦\n\n- Fish Configuration\n\n## Navigation ✈️\n\n- [Navigate To Neovim Dotfiles \u003c-](https://github.com/AndreM222/nvim) (For Detailed Setup)\n\n## Dependencies 📃\n\n- Git \u003e= 2.19.0 (for partial clones support)\n\n- Nerd Fonts \u003e= 3.0\n\n## Font 🖌️\n\n- [FiraCode-NF-Mono](https://www.nerdfonts.com/font-downloads) - Font\n\n## Theme 🎭\n\n- [Dracula](https://draculatheme.com/iterm) - Dracula Color Theme\n\n## Terminal 📟\n\n- [Iterm2](https://iterm2.com/index.html) - Terminal\n\n## Shell 🛡️\n\n- [Fish](https://fishshell.com/) - Shell\n\n## Setup ⚒️\n\n##### Package Managers 📦\n\n- [Homebrew](https://brew.sh/) - `/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"` - \u003cspan style=\"opacity:30%\"\u003ebrew\u003c/span\u003e\n\n- [Fisher](https://github.com/jorgebucaran/fisher) - `brew install fisher` - \u003cspan style=\"opacity:30%\"\u003efisher\u003c/span\u003e\n\n- [NVM | NodeJS](https://github.com/jorgebucaran/nvm.fish) - \u003cspan style=\"opacity:30%\"\u003enpm\u003c/span\u003e\n```fish\nfisher install jorgebucaran/nvm.fish\nnvm install lts\nnvm use lts\n```\n\n##### Brew - Needs Installation\n\n- [Fish](https://fishshell.com/) - `brew install fish`\n- [Git](https://git-scm.com/download/win) - `brew install git`\n- [SQLite \u0026 MySQL](https://sqlite.org/index.html) - `brew install sqlite`\n- [Neovim](https://brew.run/search?query=neovim) - `brew install Neovim`\n- [Oh-My-Posh](https://ohmyposh.dev/docs/installation/windows) - `brew install oh-my-posh`\n- [Yarn](https://yarnpkg.com/) - `brew install yarn`\n- [Fzf](https://github.com/junegunn/fzf) - `brew install fzf`\n- [Bat](https://github.com/sharkdp/bat) - `brew install bat`\n- [LazyDocker](https://github.com/jesseduffield/lazydocker) - `brew install lazydocker`\n- [NTop](https://htop.dev/) - `brew install htop`\n- [RipGrep](https://github.com/BurntSushi/ripgrep) - `brew install ripgrep`\n- [LazyGit](https://github.com/jesseduffield/lazygit) - `brew install lazygit`\n- [Fira-Font](https://github.com/ryanoasis/nerd-fonts) - `brew install --cask font-fira-code-nerd-font`\n- [GHQ](https://github.com/x-motemen/ghq) - `brew install ghq`\n\n##### Fisher - Needs Installation\n\n- [Z Directory](https://github.com/jethrokuan/z) - `fisher install jethrokuan/z`\n\n\n##### NodeJS - Needs Installation\n\n- [Comitizen](https://github.com/streamich/git-cz)\n```fish\nnpm install -g commitizen\nnpm install -g cz-conventional-changelog\n\n# In Your Home Folder:\necho '{ \"path\": \"cz-conventional-changelog\" }' \u003e ~/.czrc\n```\n\n- [Licence-Generator](https://github.com/shadcn/license-generator) - `npm install license-generator`\n- [Npm-Check-Updates](https://www.npmjs.com/package/npm-check-updates) - `npm install -g npm-check-updates`\n\n## Directory Structure 🗂️\n\n```\n📂~/.config\n|__📂fish\n|   |__📄config.fish\n|__📂MinimalNight\n    |__📑Themes\n```\n\n## Info ℹ️\n\n\u003cdetails\u003e\n\u003csummary\u003eDebugging 🐞\u003c/summary\u003e\n\n\nProblem: `Commitizen opening editor instead of commit options`\n\nFix:\n```fish\n# Friendly setup for commitizen globally:\nnpm install -g commitizen cz-conventional-changelog \u0026\u0026 echo '{ \"path\": \"cz-conventional-changelog\" }' \u003e ~/.czrc\n```\n\n\u003c/details\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrem222%2Ffish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrem222%2Ffish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrem222%2Ffish/lists"}