Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurtamohler/endoplasm-setup
Automated configuration setup for my Linux workstations
https://github.com/kurtamohler/endoplasm-setup
Last synced: 11 days ago
JSON representation
Automated configuration setup for my Linux workstations
- Host: GitHub
- URL: https://github.com/kurtamohler/endoplasm-setup
- Owner: kurtamohler
- Created: 2023-03-31T00:44:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T22:39:29.000Z (6 months ago)
- Last Synced: 2024-10-13T05:42:34.362Z (26 days ago)
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# endoplasm-setup
Automated configuration setup for my Linux workstations
:warning: **I would not recommend you to run this repo!**: This is for my
convenience only. If you do insist on using it, please only run it on a clean
system that you don't mind messing up if things go wrong. Also, please read
through the scripts and understand them before running.## Requirements
Start with a clean installation of [`Pop!_OS 22.04 LTS
(NVIDIA)`](https://pop.system76.com/).## (Optional) Change hostname to whatever you want
It has to be changed in two places. First run:
```bash
sudo hostnamectl set-hostname [your hostname]
```Then sudo edit `/etc/hosts`, changing all instances of `pop-os` to your hostname.
Here's an example of what it would look like:```
127.0.0.1 localhost
::1 localhost
127.0.1.1 [your hostname].localdomain [your hostname]
```## Installation
Run the following:
```bash
bash run.sh
```When prompted, enter your password and accept any EULAs.
When the script is finished without error, restart your machine.
If there are any errors, you gotta figure out what's wrong.