Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solosoyfranco/fedora
Fedora Workstation - Things to do after installation (Apps, Settings, and Tweaks)
https://github.com/solosoyfranco/fedora
fedora fedora-scripts fedora-workstation linux
Last synced: about 1 month ago
JSON representation
Fedora Workstation - Things to do after installation (Apps, Settings, and Tweaks)
- Host: GitHub
- URL: https://github.com/solosoyfranco/fedora
- Owner: solosoyfranco
- License: gpl-3.0
- Created: 2022-06-17T16:17:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T16:01:11.000Z (over 2 years ago)
- Last Synced: 2024-10-12T20:01:28.085Z (about 1 month ago)
- Topics: fedora, fedora-scripts, fedora-workstation, linux
- Language: Shell
- Homepage:
- Size: 8.75 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedora Workstation - Post Install script
Welcome to my personal Fedora installation script. In this particular document, I try to install most of the software I do use after a clean install of this awesome Linux distribution. Ideas and suggestions were collected from different sources and also from personal experience.## How to install:
Copy and paste this commands to your terminal:1. clone the script
```bash
git clone https://github.com/solosoyfranco/Fedora.git && cd ./Fedora
```
2. make it executable & run it
```bash
chmod +x ./install.sh
./install.sh
```## Screenshots
![install.sh](https://github.com/solosoyfranco/Fedora/blob/main/screenshot1.png?raw=true "install.sh")
![d3100](https://github.com/solosoyfranco/Fedora/blob/main/screenshot2.png?raw=true "Dell DisplayLink D3100 - 2x 25' dell 2k screens")
## Apps (Option 10)
* neofetch
* cmatrix
* htop
* p7zip
* gparted
* Visual Studio Code
* Notion app enhanced
* VLC
* dnfdragora
* google chrome
* microsoft edge
* brave browser
* discord
* remmina
* pomodoro timer
* Microsoft Teams
* Spotify
* GIMP
* GNOME Network Display
* Evolution email
* Agenda To-do list
* Dialect
* Inkscape
* Filezilla
* Parsec
* qBittorrent
* Thunderbird
* Dolphin file
* Disk Usage Analyzer
* Atom
* PyCharm Pro
* SQL client
* Prusa Slicer
* Ultimaker Cura
* Firmware
* QR Decoder
* Bluetooth Manager### Recommended tabs & Sources
* https://extensions.gnome.org/extension/307/dash-to-dock/ (Fedora 35)
* https://extensions.gnome.org/extension/5004/dash-to-dock-for-cosmic/ (Fedora 36)
* https://extensions.gnome.org/extension/19/user-themes/
* https://extensions.gnome.org/extension/779/clipboard-indicator/
* https://extensions.gnome.org/extension/1262/bing-wallpaper-changer/
* https://extensions.gnome.org/extension/906/sound-output-device-chooser/
* https://extensions.gnome.org/extension/1401/bluetooth-quick-connect/
* https://extensions.gnome.org/extension/4245/gesture-improvements/
* https://extensions.gnome.org/extension/517/caffeine/
* https://extensions.gnome.org/extension/4099/no-overview/
* https://extensions.gnome.org/extension/3780/ddterm/
* https://extensions.gnome.org/extension/2741/remove-alttab-delay-v2/
* https://extensions.gnome.org/extension/4679/burn-my-windows/### Notes
If your bluetooth doesn't connect with your headphones
```bash
sudo nano /etc/bluetooth/main.conf
```locate and activate the following line
```bash
ControllerMode = dual
```