/angry-system-setup

Setup commands for a fresh OS

Primary LanguageShellMIT LicenseMIT

Setup instructions for a fresh AngryOS

Maciek Bak

This repository allows me to quickly re-create my working environment completely from scratch.
Contains config files, external repos, software installation commands and much more!
No more pain after re-installing the operating system 😉

Install Git

Ubuntu-based Linux distributions (installation requires root privileges)

sudo apt-get install git --yes

Clone the repository

Use git command to clone this repository into your local machine:

git clone https://github.com/AngryMaciek/angry-system-setup.git

Execute setup script

  • Linux: Ubuntu Focal Fossa (20.04 LTS)
    Installation requires at least 4GB of RAM
    sudo bash angry-system-setup/UbuntuFocalFossa/install.sh 2>&1 | tee angry-system-setup/setup.log

License

MIT License