{"id":25053551,"url":"https://github.com/kasutu/setup","last_synced_at":"2025-03-31T07:11:34.041Z","repository":{"id":195299188,"uuid":"692650695","full_name":"kasutu/setup","owner":"kasutu","description":"Automate your developer environment setup! ","archived":false,"fork":false,"pushed_at":"2023-11-11T14:11:37.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T11:47:59.579Z","etag":null,"topics":[],"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/kasutu.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":"2023-09-17T06:35:06.000Z","updated_at":"2023-09-22T03:52:14.000Z","dependencies_parsed_at":"2025-02-06T11:39:46.928Z","dependency_job_id":"2a256734-4f38-4d66-965b-a0b3643a588d","html_url":"https://github.com/kasutu/setup","commit_stats":null,"previous_names":["kasutu/setup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasutu%2Fsetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasutu%2Fsetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasutu%2Fsetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasutu%2Fsetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasutu","download_url":"https://codeload.github.com/kasutu/setup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429485,"owners_count":20775807,"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":[],"created_at":"2025-02-06T11:39:36.018Z","updated_at":"2025-03-31T07:11:34.020Z","avatar_url":"https://github.com/kasutu.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Scripts\n\nThis repository contains setup scripts for various operating systems. These scripts automate the installation and configuration of various development tools and software.\n\n## Scripts Included\n\nCurrently, the following setup scripts are available:\n\n- [x] `setup-deb.sh`: For Debian-based systems (e.g., Ubuntu, Debian, Linux Mint, ElementaryOS)\n- [x] `setup-arch.sh`: For Arch-based systems (e.g., Arch Linux, Manjaro, EndeavourOS)\n- [x] `test.sh`: A testing script for checking the installation of software\n- [ ] `setup-win.bat`: For Windows (coming soon)\n\n## Usage\n\nTo use these scripts, follow these steps:\n1. Clone this repository.\n    ```bash\n    git clone https://github.com/kasutu/setup.git\n    ```\n2. Navigate to the directory containing the setup script.\n    ```bash\n    cd setup\n    ```\n3. Make the script executable with the following command (for Unix-like systems):\n   \u003e Please note that this script requires `sudo` privileges to install and configure software.\n    ```bash\n    sudo chmod +x setup-\u003cyour-os\u003e.sh\n    ```\n4. Run the script with the following command:\n    ```bash\n    sudo sh setup-\u003cyour-os\u003e.sh [OPTIONS]\n    ```\n    ```bash\n    sudo bash setup-\u003cyour-os\u003e.sh [OPTIONS]\n    ```\n\nReplace `\u003cyour-os\u003e` with `deb` or `arch` depending on the script you want to run.\n\n---\n## Testing\n\n6. Once the setup script has completed, you can perform testing of the installed software using the `test.sh` script. Run it with the following command:\n   ```bash\n   sudo sh test.sh\n   ```\n---\n\n# Scripts\n| 📜 Script Name | 💻 Software Installed | 🌍 Environment Variables Configured | 📝 Special Instructions |\n| --- | --- | --- | --- |\n| `setup-deb.sh` | \u003cul\u003e\u003cli\u003eVisual Studio Code\u003c/li\u003e\u003cli\u003eJava Development Kit (JDK) and Maven\u003c/li\u003e\u003cli\u003eNode.js\u003c/li\u003e\u003cli\u003eAndroid SDK\u003c/li\u003e\u003cli\u003eadb\u003c/li\u003e\u003cli\u003escrcpy\u003c/li\u003e\u003cli\u003eDocker\u003c/li\u003e\u003cli\u003eOpenSSH Server\u003c/li\u003e\u003cli\u003eNVIDIA GPU drivers\u003c/li\u003e\u003c/ul\u003e | \u003cul\u003e\u003cli\u003eJava (`JAVA_HOME`)\u003c/li\u003e\u003cli\u003eAndroid SDK (`ANDROID_HOME`)\u003c/li\u003e\u003c/ul\u003e | You can use the `sudo sh setup-deb.sh --with-nvidia` option when running this script to include the installation of NVIDIA GPU drivers. This is useful if your system has an NVIDIA GPU and you need the drivers installed.\n| `setup-arch.sh` | \u003cul\u003e\u003cli\u003eVisual Studio Code\u003c/li\u003e\u003cli\u003eJava Development Kit (JDK) and Maven\u003c/li\u003e\u003cli\u003eNode.js\u003c/li\u003e\u003cli\u003eAndroid SDK\u003c/li\u003e\u003cli\u003eadb\u003c/li\u003e\u003cli\u003escrcpy\u003c/li\u003e\u003cli\u003eDocker\u003c/li\u003e\u003cli\u003eOpenSSH Server\u003c/li\u003e\u003c/ul\u003e | \u003cul\u003e\u003cli\u003eJava (`JAVA_HOME`)\u003c/li\u003e\u003cli\u003eAndroid SDK (`ANDROID_HOME`)\u003c/li\u003e\u003c/ul\u003e | WiFi drivers are specific to each system and cannot be scripted generically. Refer to the Arch Linux documentation for specific instructions. |\n| `test.sh` | \u003cul\u003e\u003cli\u003eChecks and tests the installation of various software packages\u003c/li\u003e\u003c/ul\u003e | None | No special instructions. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasutu%2Fsetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasutu%2Fsetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasutu%2Fsetup/lists"}