{"id":24650777,"url":"https://github.com/tangoman75/provisions","last_synced_at":"2025-10-07T10:30:30.572Z","repository":{"id":56488316,"uuid":"240798784","full_name":"TangoMan75/provisions","owner":"TangoMan75","description":"TangoMan Provisions is an awesome plain shell scripts collection to provision your machines.","archived":false,"fork":false,"pushed_at":"2024-04-22T10:22:48.000Z","size":10200,"stargazers_count":5,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-22T11:35:38.883Z","etag":null,"topics":["provisioning","provisioning-scripts","shell","shell-scripts","tangoman-provisions"],"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/TangoMan75.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security/install_aircrack-ng.sh","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-02-15T22:48:29.000Z","updated_at":"2024-04-23T12:57:26.521Z","dependencies_parsed_at":"2024-01-11T19:24:23.979Z","dependency_job_id":"9abe1300-3e78-4857-b757-f009d6edeaae","html_url":"https://github.com/TangoMan75/provisions","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/TangoMan75%2Fprovisions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fprovisions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fprovisions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fprovisions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TangoMan75","download_url":"https://codeload.github.com/TangoMan75/provisions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235614251,"owners_count":19018405,"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":["provisioning","provisioning-scripts","shell","shell-scripts","tangoman-provisions"],"created_at":"2025-01-25T18:16:41.309Z","updated_at":"2025-10-07T10:30:30.554Z","avatar_url":"https://github.com/TangoMan75.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GH language](https://img.shields.io/github/languages/top/TangoMan75/provisions)\n[![GH release](https://img.shields.io/github/v/release/TangoMan75/provisions)](https://github.com/TangoMan75/provisions/releases)\n[![GH license](https://img.shields.io/github/license/TangoMan75/provisions)]((https://github.com/TangoMan75/provisions/blob/master/LICENSE))\n[![GH stars](https://img.shields.io/github/stars/TangoMan75/provisions)](https://github.com/TangoMan75/provisions/stargazers)\n[![ShellCheck CI](https://github.com/TangoMan75/provisions/workflows/ShellCheck%20CI/badge.svg)](https://github.com/TangoMan75/provisions/actions/workflows/shellcheck.yml)\n![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fprovisions\u0026labelColor=%23697689\u0026countColor=%2337d67a\u0026style=flat)\n\nTangoMan Provisions\n===================\n\n**TangoMan Provisions** is a fast and handy way to provision your machines using plain shell scripts.\n\n📦 Installation\n---------------\n\n### Clone Repository\n\n```bash\ngit clone https://github.com/TangoMan75/provisions\n```\n\n🛠️ Usage\n--------\n\n### Execute Recipe\n\n```bash\n./recipe_essentials.sh\n```\n\n🌐 Linux Apps Stores\n--------------------\n\n- [https://flathub.org](https://flathub.org)\n- [https://snapcraft.io](https://snapcraft.io)\n\n📝 Notes\n--------\n\n### Where to find default `.desktop` shortcuts on ubuntu ?\n\nDebian packages:\n```bash\n# default applications .desktop files can be found here\n\"/usr/share/applications/${APP_NAME}.desktop\"\n# or here\n\"~/.local/share/applications/${APP_NAME}.desktop\"\n```\n\nSnap packages:\n```bash\n# snap applications .desktop files can be found here\n\"/var/lib/snapd/desktop/applications/${APP_NAME}.desktop\"\n```\n\nFlatpak packages:\n```bash\n# flatpak applications .desktop files can be found here\n\"/var/lib/flatpak/app/${APP_NAME}/current/active/files/share/applications/${APP_NAME}.desktop\"\n```\n\nHow to find a shortcut ?\n```bash\nls /usr/share/applications | grep \"${APP_NAME}\"\nls /var/lib/snapd/desktop/applications | grep \"${APP_NAME}\"\nls /var/lib/flatpak/app | grep \"${APP_NAME}\"\n```\n\n### How to search for specific packages in apt-get ?\n\n```bash\napt-cache pkgnames | grep \"${APP_NAME}\"\n```\n\n### How to list installed packages in apt ?\n\n```bash\napt list --installed | grep \"${APP_NAME}\"\n```\n\n### How to autostart an app ?\n\n```bash\n# place .desktop file here\n~/.config/autostart/\n```\n\n### Where to find repositories `sources.list` ?\n\n```bash\n/etc/apt/sources.list\n/etc/apt/sources.list.d\n```\n\n### Where to find snap executables on ubuntu ?\n\n```bash\n# snap packages can be found here:\n/snap\n```\n\n### How to install dpkg package ?\n\n```\nsudo dpkg --install ${APP_NAME}\n```\n\n### How to remove dpkg package ?\n\n```\nsudo dpkg --remove ${APP_NAME}\n```\n\n### How to install flatpak package ?\n\n```\nflatpak install flathub -y ${APP_NAME}\n```\n\n### How to remove flatpak package ?\n\n```\nflatpak uninstall -y --delete-data ${APP_NAME}\n```\n\n🤝 Contributing\n---------------\n\nThank you for your interest in contributing to **TangoMan Provisions**.\n\nPlease review the [code of conduct](https://github.com/TangoMan75/provisions/blob/master/CODE_OF_CONDUCT.md) and [contribution guidelines](https://github.com/TangoMan75/provisions/blob/master/CONTRIBUTION.md) before starting to work on any features.\n\nIf you want to open an issue, please check first if it was not [reported already](https://github.com/TangoMan75/provisions/issues) before creating a new one.\n\n📜 License\n----------\n\nCopyrights (c) 2024 \u0026quot;Matthias Morin\u0026quot; \u0026lt;mat@tangoman.io\u0026gt;\n\n[![License](https://img.shields.io/badge/Licence-MIT-green.svg)](LICENSE)\nDistributed under the MIT license.\n\nIf you like **TangoMan Provisions** please star, follow or tweet:\n\n[![GitHub stars](https://img.shields.io/github/stars/TangoMan75/provisions?style=social)](https://github.com/TangoMan75/provisions/stargazers)\n[![GitHub followers](https://img.shields.io/github/followers/TangoMan75?style=social)](https://github.com/TangoMan75)\n[![Twitter](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fprovisions)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fprovisions)\n\n... And check my other cool projects.\n\n👋 Let's Build Your Next Project Together !\n-------------------------------------------\n\nClean code. Clear communication.\n\nFrom first sketch to final launch, I've got your back.\n\n[![tangoman.io](https://img.shields.io/badge/✉️%20Get%20in%20touch%20now%20!-FD9400?style=for-the-badge)](https://tangoman.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangoman75%2Fprovisions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangoman75%2Fprovisions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangoman75%2Fprovisions/lists"}