Skip to content

infection-tag/new-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

new-linux

Minimum requirements for a new linux box.

Prerequisites

Currently I only have an installer for debian-based systems. Since there are a lot of different systems wih a lot of different pre-installed softwares, it helps to make sure you have everything.

curl should be automatically installed. However, for some lighter operating systems, it almost never is.

Before doing anything, update your installer!

sudo apt update # debian-based
sudo yum check-update # red-hat based

To install, run:

sudo apt install curl # debian-based
sudo yum curl # red-hat based

Installing

To install, simply run:

curl https://infection-tag.github.io/new-linux/debinstaller.sh -o debinstaller.sh && sudo bash debinstaller.sh # debian

Note: I will try to add a RHEL-based installer.

What am I installing?

  • VIM
  • Python
  • Pip
  • Jupyter
  • Flathub (repo)
  • Universe (repo)
  • Git
  • Snap Store
  • Gnome-tweaks

It also adds some nice vim customizations. The installations take up 268.32 MB of space on your drive. It works great on a bare-bones 4gb RAM 32gb storage linux box.

About

Minimum requirements for a new linux box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages