Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuladog/fedora-gnome-setup
Remove bloatware, set hardened configs for Fedora Gnome Desktop
https://github.com/kuladog/fedora-gnome-setup
bloatware-removal configuration dotfiles fedora fedora-workstation hardening linux setup
Last synced: 3 months ago
JSON representation
Remove bloatware, set hardened configs for Fedora Gnome Desktop
- Host: GitHub
- URL: https://github.com/kuladog/fedora-gnome-setup
- Owner: kuladog
- Created: 2021-04-24T09:55:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T05:17:10.000Z (over 3 years ago)
- Last Synced: 2024-09-30T05:04:53.666Z (3 months ago)
- Topics: bloatware-removal, configuration, dotfiles, fedora, fedora-workstation, hardening, linux, setup
- Language: JavaScript
- Homepage:
- Size: 8.31 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fedora Gnome Setup
Dotfiles, hardened configs, and a simple bash script to set up a fresh [Fedora Workstation](https://getfedora.org/en/workstation/). This will remove a ton of bloatware and telemetry, and install some basic programs and applications.
Read through the [setup script](https://github.com/kuladog/fedora-gnome-setup/blob/main/setup.sh) to see what changes will be made. Verify what you want to remove in [bloatware](https://github.com/kuladog/fedora-gnome-setup/blob/main/bloatware). You can edit, add, or remove files in `dotfiles` and `configs` to suit your needs.
- Currently up to date with Fedora 33, Gnome 3.38
- Tested OK with Gnome 40### Usage
After installing the Fedora [GNOME](https://www.gnome.org/) Workstation, clone the repository anywhere in your /home/* directory and run the [setup script](https://github.com/kuladog/fedora-gnome-setup/blob/main/setup.sh).
```sh
git clone https://github.com/kuladog/fedora-gnome-setup.git
```
```sh
cd fedora-gnome-setup
```
```sh
sudo ./setup.sh
```When setup's complete, the script will clean-up installation files and reboot.
Enjoy! :smiley: