An open API service indexing awesome lists of open source software.

https://github.com/m-tartari/ubuntu_setup

Script and files to rapidly customize a fresh install of ubuntu (22.04 so far) the way I like it.
https://github.com/m-tartari/ubuntu_setup

bash linux ubuntu

Last synced: about 2 months ago
JSON representation

Script and files to rapidly customize a fresh install of ubuntu (22.04 so far) the way I like it.

Awesome Lists containing this project

README

          

# Ubuntu Setup

Script and files to rapidly customize a fresh install of ubuntu (16.04 so far) the way I like it.

To use it all you need to do is run from terminal the following:

```bash
sudo apt update
sudo apt install git -y
git clone https://github.com/m-tartari/ubuntu_setup.git
./ubuntu_setup/ubuntu_setup.sh
```

If it fails to start you might need to make the bash file executable the run it again:

```bash
chmod +x ./ubuntu_setup/ubuntu_setup.sh
./ubuntu_setup/ubuntu_setup.sh
```