This script automates the process of setting up a Linux-based development environment. It installs necessary software, libraries, and tools required for software development on Linux.
Before running the script, ensure you have:
- A Linux-based operating system (this is for debian).
- Sudo privileges on your account.
The script will install the following software:
- Node : A js run time.
- Java 19 : A programming language it need for run Android-Studio.
- Gnome Extention : A productivity Tool.
- Nvim: A code editor.
- Android-Studio : A build automation tool.
- Tmux : A terminal session maneger.
- Ketty : A Terminal Emulator.
- Any other software specified within the script.
Clone this repository or download the script directly.
ssh-keygen -t ed25519 -C "email@example.com"- If you encounter permission issues, ensure you have executed the chmod command correctly.
- For any software-specific errors, check the software's official documentation for troubleshooting tips.
Contributions to this setup script are welcome! Please feel free to submit pull requests with improvements or open an issue if you find a bug or have suggestions