diff --git a/Workflows/Linux/Fedora Workstation/Full Setup.md b/Workflows/Linux/Fedora Workstation/Full Setup.md index 3b05c22..473a28f 100644 --- a/Workflows/Linux/Fedora Workstation/Full Setup.md +++ b/Workflows/Linux/Fedora Workstation/Full Setup.md @@ -14,8 +14,9 @@ echo "/dev/disk/by-uuid/B865-7BDB /mnt/500GB_WINDOWS_OS auto nosuid,nodev,nofail /dev/disk/by-uuid/16D05248D0522E6D /mnt/2TB_SSD_STORAGE auto nosuid,nodev,nofail,x-gvfs-show 0 0" | sudo tee -a /etc/fstab # Install Software -sudo yum install steam -sudo dnf install @xfce-desktop-environment +sudo yum update -y +sudo yum install -y steam firefox +sudo dnf install -y @xfce-desktop-environment # Reboot Workstation sudo reboot @@ -32,6 +33,14 @@ At this point, we need to do some manual work, since not everything can be handl ### Install Software (Software Manager) Now we need to install a few things: -- NVIDIA Drivers +- NVIDIA Graphics Drivers Control Panel - Discord Canary -- etc etc etc \ No newline at end of file +- Betterbird +- Visual Studio Code +- Signal Desktop +- Solaar # (Logitech Unifying Software equivalant in Linux) + +### Import XFCE Panel Configuration +At this point, we want to restore our custom taskbar / panels in XFCE, so the easiest way to do that is to import the configuration backup located in Nextcloud. + +- https://cloud.bunny-lab.io/f/792650 \ No newline at end of file