Skip to content

DevSetupToolkit is a comprehensive shell script designed for Linux systems that automates the setup and configuration of multiple development environments.

License

Notifications You must be signed in to change notification settings

alokemajumder/DevSetupToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GitHub stars GitHub forks GitHub issues GitHub pull requests GitHub GitHub release (latest by date) GitHub contributors GitHub last commit GitHub top language Dependencies Code size Open Source Love

About

DevSetupToolkit is a comprehensive shell script designed for Linux systems that automates the setup and configuration of multiple development environments. It supports a variety of programming languages including Python, Node.js, Java, C++, and Ruby, along with the installation of popular IDEs and databases such as MySQL, PostgreSQL, MongoDB, and Redis. This toolkit is ideal for developers looking to quickly prepare their Linux-based development stations with minimal hassle.

How to Use

Prerequisites

  • A Linux distribution that uses apt-get or dnf as a package manager.
  • Root or sudo privileges on the machine where the script will be executed.

Setup

  1. Download the script:

    wget https://github.com/alokemajumder/DevSetupToolkit/setup_dev_env.sh`` 
    
  2. Make the script executable:

    chmod +x setup_dev_env.sh

  3. Run the script:

    sudo ./setup_dev_env.sh

    Follow the on-screen prompts to select which tools and environments to install.

How to Contribute

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

First open an issue and then tag the PR

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License.

Show Your Support

Give a ⭐️ if this project helped you or if you found it interesting!

Issues

Feel free to report any issues or feature requests on the Issues page of the repository. Your feedback is invaluable in improving DevSetupToolkit.

About

DevSetupToolkit is a comprehensive shell script designed for Linux systems that automates the setup and configuration of multiple development environments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages