Code Monkey home page Code Monkey logo

linux-initial-setup's Introduction

Linux Initial Setup Script

If you're anything like me, then you may find yourself repeatedly setting up Linux virtual machines for development and/or testing new distribution releases. Most popular distros nowadays like Ubuntu and Pop! OS will automatically run updates and install some optional packages during their installation.

However, I still often find myself having to install development packages and other programs that I have become accustomed to using after the installation. Executing this process over and over again can be tedious and time-consuming. So that's where this script comes in!

This script is designed to:
  • Determine your Linux distribution via the /etc/os-release file before running the appropriate update scripts.
  • Read and install a list of packages from a text file using the appropriate package manager.
  • Ask and install optional packages for a variety of display managers (i.e. GNOME, KDE, etc.).
  • Install downloaded Debian packages directly rather than via the package manager (work in progress).
  • Install downloaded AUR packages directly using Yay (work in progress).

This script is still in its early stages, and I plan on adding additional functionality and more Linux distros over time. If you would like to support me with suggestions, it would be truly appreciated.

As of now, the script works for the following distros/package managers and display managers:
Distros:
  • Ubuntu (aptitude)
  • Debian (aptitude)
  • Pop! OS (aptitude)
  • Arch Linux (pacman)
  • Kali Linux (aptitude)
Display Managers:
  • GNOME
  • XFCE4
  • KDE

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.