Skip to content

A collection of Bash scripts designed to simplify the installation of essential software on a Linux system.

License

Notifications You must be signed in to change notification settings

ofmukesh/Linux-System-Setups

Repository files navigation

markdown

Linux System Setups

This repository contains a collection of Bash scripts designed to simplify the installation of essential software on a Linux system. These scripts will help you save time and effort when setting up your Linux environment.

For detailed instructions and additional information, please visit our full documentation.

Table of Contents

Prerequisites

Before using the scripts in this repository, make sure you have the following prerequisites:

  • A working Linux installation.
  • A terminal emulator (e.g., GNOME Terminal, Konsole, xterm).
  • An active internet connection.

Usage

To use the scripts in this repository, follow these general steps:

  1. Clone this repository to your local Linux system:

    git clone https://github.com/ofmukesh/Linux-System-Setups.git
    cd Linux-System-Setups
  2. Make the scripts executable if they're not already:

    chmod +x file_name.bash
  3. Run the desired script with root privileges (sudo):

    sudo ./file_name.bash

Please review the individual script files for specific usage instructions and details.

Available Scripts

Each script is self-contained and designed to perform a specific installation task. Use the provided command for each script to initiate the installation.

The following scripts are available in this repository:

  1. gestures-setup.bash: Use this script to install Libinput-gestures.

  2. brave-install.bash: Use this script to install Brave Browser.

  3. vscode-install.bash: Use this script to install Visual Studio Code (VSCode).

  4. nodejs-setup.bash: Use this script to install nodejs & npm.

Additional Packages

1 pyenv-setup.bash: Use this script to install pyenv Python library.

Contributing

We welcome contributions from the community to make this project better. Before you start, please read our Contribution Guidelines for detailed information on how to contribute to this project.

If you have any questions or need further assistance, don't hesitate to contact us.

License

This repository is licensed under the MIT License. You are free to use, modify, and distribute the code as long as you retain the original license notice. For more details, please see the LICENSE file.

We hope you find these scripts helpful for setting up your Linux system quickly and efficiently. If you encounter any issues or have suggestions for improvement, please don't hesitate to open an issue.

Happy coding!

About

A collection of Bash scripts designed to simplify the installation of essential software on a Linux system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages