{"id":15059081,"url":"https://github.com/ruanfdev/automated_setup_script","last_synced_at":"2026-02-12T06:04:10.691Z","repository":{"id":240978696,"uuid":"803974740","full_name":"ruanfdev/automated_setup_script","owner":"ruanfdev","description":"Automated Script to streamline local development setup","archived":false,"fork":false,"pushed_at":"2024-06-03T09:11:17.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T04:28:32.904Z","etag":null,"topics":["automate","automation","bash","bash-script","fedora","script","setup-development-environment","setup-script","ubuntu"],"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/ruanfdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-21T18:04:37.000Z","updated_at":"2024-06-03T09:11:20.000Z","dependencies_parsed_at":"2025-01-21T04:38:31.459Z","dependency_job_id":null,"html_url":"https://github.com/ruanfdev/automated_setup_script","commit_stats":null,"previous_names":["ruanfdev/automated_setup_cript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanfdev%2Fautomated_setup_script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanfdev%2Fautomated_setup_script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanfdev%2Fautomated_setup_script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanfdev%2Fautomated_setup_script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruanfdev","download_url":"https://codeload.github.com/ruanfdev/automated_setup_script/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243558477,"owners_count":20310574,"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":["automate","automation","bash","bash-script","fedora","script","setup-development-environment","setup-script","ubuntu"],"created_at":"2024-09-24T22:36:48.539Z","updated_at":"2026-02-12T06:04:05.660Z","avatar_url":"https://github.com/ruanfdev.png","language":"Shell","readme":"# Automated Setup Script\n\nAutomation Script to streamline local development setup. Either follow the steps below or download the script and tweak as necessary.\n\n## Tested and working:\n\n### Ubuntu-based systems:\n\n* Step 1 - Install Curl:\n\n```\nsudo apt install curl\n```\n\n* Step 2 - Execute script:\n\n```\ncurl -fsSL https://raw.githubusercontent.com/ruanfdev/automated_setup_script/master/ubuntu_setup.sh | bash\n```\n\n## Not tested (tweak as necessary):\n\n### Fedora-based systems:\n\n* Step 1 - Install Curl:\n\n```\nsudo dnf install curl\n```\n\n* Step 2 - Execute script:\n\n```\ncurl -fsSL https://raw.githubusercontent.com/ruanfdev/automated_setup_script/master/fedora_setup.sh\n```\n\n### Windows-based systems:\n\n* Step 1 - Execute script:\n\n```\nirm https://raw.githubusercontent.com/ruanfdev/automated_setup_script/master/windows.ps1 | iex\n```\n\n## Curl explanation:\n\n1. curl: Downloads the script content from the specified URL.\n2. -fsSL:\n    * -f: Fail silently (don't show progress meter or error messages).\n    * -s: Silent mode (don't show progress meter or error messages).\n    * -S: Show error messages if the download fails.\n    * -L: Follow redirects (in case the URL changes).\n3. |: Pipes (sends) the downloaded script content as input.\n4. bash: Executes the script in a Bash shell.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruanfdev%2Fautomated_setup_script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruanfdev%2Fautomated_setup_script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruanfdev%2Fautomated_setup_script/lists"}