Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ischwarz23/.setup

Scripts that will help me to set up my machine.
https://github.com/ischwarz23/.setup

Last synced: 6 days ago
JSON representation

Scripts that will help me to set up my machine.

Awesome Lists containing this project

README

        

# Script to setup my Ubuntu machines

To run the setup just execute the following line:
```bash
bash <(wget -qO- https://raw.githubusercontent.com/ischwarz23/.setup/ubuntu/install.sh)
```

The logs of the installation are written to the file 'setup.log' which is located in the directory, in which you executed the command obove.
You can also follow the logs during installation using the `tail` command:
```bash
tail -f setup.log
```