https://github.com/angrymaciek/angry-system-setup
Setup commands for a fresh OS
https://github.com/angrymaciek/angry-system-setup
system-configuration ubuntu2004
Last synced: 5 months ago
JSON representation
Setup commands for a fresh OS
- Host: GitHub
- URL: https://github.com/angrymaciek/angry-system-setup
- Owner: AngryMaciek
- License: mit
- Created: 2020-04-15T23:41:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T12:39:17.000Z (almost 3 years ago)
- Last Synced: 2025-09-09T07:53:28.343Z (9 months ago)
- Topics: system-configuration, ubuntu2004
- Language: Shell
- Homepage:
- Size: 6.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 :wink:
## Install Git
Ubuntu-based Linux distributions (installation requires root privileges)
```bash
sudo apt-get install git --yes
```
## Clone the repository
Use `git` command to clone this repository into your local machine:
```bash
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**
```bash
sudo bash angry-system-setup/UbuntuFocalFossa/install.sh 2>&1 | tee angry-system-setup/setup.log
```
## License
MIT License