{"id":16785877,"url":"https://github.com/cogumm/mylinux","last_synced_at":"2025-04-10T23:03:39.260Z","repository":{"id":136722840,"uuid":"2002482","full_name":"cogumm/myLinux","owner":"cogumm","description":"🐧 My default Linux settings","archived":false,"fork":false,"pushed_at":"2024-03-31T11:07:00.000Z","size":1605,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T23:03:33.943Z","etag":null,"topics":["dotfiles","linux","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/cogumm.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":"2011-07-05T19:41:29.000Z","updated_at":"2024-03-03T12:48:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9e41b2b-4a55-4028-8e2a-b6c60c9ce669","html_url":"https://github.com/cogumm/myLinux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogumm%2FmyLinux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogumm%2FmyLinux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogumm%2FmyLinux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cogumm%2FmyLinux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cogumm","download_url":"https://codeload.github.com/cogumm/myLinux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312142,"owners_count":21082638,"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","linux","shell"],"created_at":"2024-10-13T08:10:39.931Z","updated_at":"2025-04-10T23:03:39.239Z","avatar_url":"https://github.com/cogumm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eMy default 🐧 Linux settings\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/cogumm/mylinux?color=%2304D361\"\u003e\n\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/cogumm/mylinux\"\u003e\n\n  \u003ca href=\"https://github.com/cogumm/mylinux/commits/master\"\u003e\n    \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/cogumm/mylinux\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"#memo-license\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-brightgreen\"\u003e\n  \u003c/a\u003e\n\n   \u003ca href=\"https://github.com/cogumm/mylinux/stargazers\"\u003e\n    \u003cimg alt=\"Stargazers\" src=\"https://img.shields.io/github/stars/cogumm/mylinux?style=social\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#information_source-what-is-the-project-\"\u003eWhat is the project ?\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#coffee-who-to-use\"\u003eWho to use\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-how-to-contribute\"\u003eHow to contribute\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#memo-license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## :information_source: What is the project ?\n\nThis project as a installation script for some development applications and settings for my 🐧 Linux environment.\n\n### :coffee: Who to use\n\nOnly perform the following steps:\n\n\u003ch4\u003e\u003cstrong\u003eInstall Git\u003c/strong\u003e\u003c/h4\u003e\n\n```bash\n$ sudo apt install git\n```\n\n\u003ch4\u003e\u003cstrong\u003eConfigure Git author\u003c/strong\u003e\u003c/h4\u003e\n\n```\n$ git config --global user.name 'Your name'\n$ git config --global user.email 'Your best email'\n```\n\n\u003ch4\u003e\u003cstrong\u003eClone this repository\u003c/strong\u003e\u003c/h4\u003e\n\n```\n$ git clone https://github.com/cogumm/myLinux.git\n\n# Accessing the directory.\n$ cd 'myLinux'\n\n# Running the program.\n$ bash init.sh\n```\n\nOr\n\n```\n$ sudo curl -L https://raw.githubusercontent.com/cogumm/myLinux/master/init.sh | bash\n```\n\n## 🤔 How to contribute\n\n-   Fork this project;\n-   Create a branch: `git checkout -b my-feature`;\n-   Submit your changes: `git commit -m 'feat: My new feature'`;\n-   Push your branch: `git push origin my-feature`.\n\nAfter merging your receipt request to done, you can delete a branch from yours. After your request to receive the merger, you can delete your branch.\n\n## :memo: License\n\nThis project is under MIT license (Copyright (c) 2010 CoGUMm), for more details check [LICENSE][license]!\n\nMade with ♥ by Gabriel F. Vilar :wave: [Telegram][telegram]\n\n[license]: https://cogumm.mit-license.org/\n[telegram]: https://t.me/CoGUMm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcogumm%2Fmylinux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcogumm%2Fmylinux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcogumm%2Fmylinux/lists"}