Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ischwarz23/.setup
- Owner: ISchwarz23
- Created: 2021-12-20T20:45:19.000Z (almost 3 years ago)
- Default Branch: ubuntu
- Last Pushed: 2024-08-13T12:20:51.000Z (3 months ago)
- Last Synced: 2024-08-13T15:15:41.064Z (3 months ago)
- Language: Shell
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```