This BASH script automates the setup process for a fresh Arch Linux system. It installs essential packages and configures various tools to streamline your development environment.
- Common tools
- Terminal tools
- Development tools
- Languages
- Text editors
- Web browsers
- Media
- Utilities
- Gaming launchers
- Clone this repository to your local machine or download the script directly.
- Make the script executable:
chmod +x getSetGo.sh
- Run the script with superuser privileges:
./getSetGo.sh
During the script execution, you will be prompted to provide your name and email for Git configuration. These values are used to set up your identity for Git commits.
- Use this script at your own risk. Although it has been designed to be safe and non-destructive, there might be unforeseen issues depending on your system's configuration.
- Before running the script, it is good practice to ensure you have a backup of your important data.
This project is licensed under the MIT License.
Contributions are welcome! If you find any issues or want to add new features, feel free to open an issue or submit a pull request.