{"id":13740034,"url":"https://github.com/OkaVatti/reifetch","last_synced_at":"2025-05-08T19:35:24.890Z","repository":{"id":205677810,"uuid":"372628634","full_name":"OkaVatti/reifetch","owner":"OkaVatti","description":"\"something to do with cats\"","archived":false,"fork":false,"pushed_at":"2021-10-20T04:08:01.000Z","size":68,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-15T09:44:37.987Z","etag":null,"topics":["ascii","distros","neofetch"],"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/OkaVatti.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}},"created_at":"2021-05-31T21:05:12.000Z","updated_at":"2024-01-26T19:09:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a6f69f9-0710-4c03-9b70-bcf365e7e75b","html_url":"https://github.com/OkaVatti/reifetch","commit_stats":null,"previous_names":["okavatti/reifetch"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkaVatti%2Freifetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkaVatti%2Freifetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkaVatti%2Freifetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkaVatti%2Freifetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OkaVatti","download_url":"https://codeload.github.com/OkaVatti/reifetch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253135629,"owners_count":21859674,"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":["ascii","distros","neofetch"],"created_at":"2024-08-03T04:00:41.568Z","updated_at":"2025-05-08T19:35:24.607Z","avatar_url":"https://github.com/OkaVatti.png","language":"Shell","readme":"# reifetch \n**\"Something to do with cats\"**\n\n\n____\n## ToC\n\n[**About**](https://github.com/OkaVatti/reifetch/blob/main/README.md#about)\n\n[**How to install**](https://github.com/OkaVatti/reifetch/blob/main/README.md#How-to-install)\n- [_1. Clone to home_](https://github.com/OkaVatti/reifetch/blob/main/README.md#1-clone-the-repo-to-your-home-directory)\n- [_2. Make executable_](https://github.com/OkaVatti/reifetch/blob/main/README.md#2-make-the-file-executable)\n- [_3. Test the script_](https://github.com/OkaVatti/reifetch/blob/main/README.md#3-optional-test-the-script-to-make-sure-it-works)\n- [_4. Rename the file_](https://github.com/OkaVatti/reifetch/blob/main/README.md#4-optional-renaming-the-file)\n- [_5. Add to bin_](https://github.com/OkaVatti/reifetch/blob/main/README.md#5-adding-to-your-bin)\n\n____\n\n## About\n\nReifetch is not finished\n\nReifetch is based on Neofetch\n\nThe most current version still contains a lot of old Neofetch code and commands\n\n**reifetch** is a work in progress successor to Neofetch, made exclusivly for Linux, BSD, and MacOS systems. It's mission is to be faster, lightweight, and way more user friendly. The goal of reifetch is to give it's users a better experience than Neofetch. This goal is achieved by trashing out all of the useless, obscure distro asciis, keeping some of the more popular options, and getting rid of all windows, ios/ipados, and old UNIX OS compatabilities. As well as cleaning up the config file and making some of the options a lot easier to access.\n\n____\n \n ## How to install\n \nInstallation is relativly simple and straight forward.\n\n**A terminal is required**\n\n### **1.** clone the repo to your home directory.\nPaste the following into your terminal\n```\ngit clone https://github.com/OkaVatti/reifetch.git\n```\nthis will clone the repo to your home directory\n\n### **2.** Make the file executable\nIn your terminal, Navigate to the reifetch folder and make \n```\ncd\ncd reifetch\nchmod +x reifetch.sh\n```\n\n### **3. _(optional)_** Test the script to make sure it works.\nIt is recommended that you test out the script to make sure it works with your system. you can use \n```\n./reifetch.sh -hp\n``` \nto check what distros are supported and what asciis are available for your curent version.\n\nIf a distro is missing you can message me (contact info on profile) or you can submit it as an issue. If the distro you suggested is popular enough and used as a daily driver for some people, then it will be added to the ascii list\n\n### **4. _(optional)_** Renaming the file\nif having the `.sh` at the end of the files bothers you so much then you can rename the file, simply delete the `.sh` from the file\n```\nmv reifetch.sh reifetch\n```\n\n### **5.** Adding to your bin\nYou're gonna wanna be able to execute the shell script from anywhere on your system, so you're gonna want to put the file in your `/bin` folder on your system. To do this, you can either use the `cp` command, or the `mv` command.\n**Copy the file**\n```\ncp reifetch.sh /bin\n```\n\n**Move the file**\n```\nmv reifetch.sh /bin\n```\n\n_Obvious Note: if you followed step 4, don't type in the `.sh` at the end of your file_\n\n____\n","funding_links":[],"categories":["Operation System"],"sub_categories":["Cross Platform"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOkaVatti%2Freifetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOkaVatti%2Freifetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOkaVatti%2Freifetch/lists"}