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.
- Host: GitHub
- URL: https://github.com/m-tartari/ubuntu_setup
- Owner: m-tartari
- License: gpl-3.0
- Created: 2020-03-27T09:41:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T07:13:17.000Z (over 2 years ago)
- Last Synced: 2023-10-12T23:43:19.894Z (over 2 years ago)
- Topics: bash, linux, ubuntu
- Language: Shell
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```