Top 10 things to do after installing fedora 35 for developers

Top 10 things to do after installing Fedora 35

Here are top 10 things to do on fedora after installing it right out of the box 

1. First things first go to software application and update the system by going on updates

2.After installing updates and pc is restarted then download all the important softwares you need in day to day life like i am a developer so i need vscode git is preinstalled thanks to fedora download chrome firefox is good but i need chrome for all my bookmarks and login to all important websites

3.Setup git for the initial use using commands

git config --global user.name "John Doe"
git config --global user.email johndoe@example.com

4.After that arrange the favourite app by right clicking and add to favorites on you application that will add it to the dock which appears after you click super key

5. Download vlc player through there guide on there official website heres the link

6.Change default application if needed and in settings mouse and touchpad and enable touch to click for touch pad also enable night light it helps a lot after the sunset it makes screen warmer.

7.Download all your projects needed from github and personal files from drive on cloud

8.Customize the search on fedora by clicking super key and typing search click enter it directs to setting and then prioritze where you want to search after u search by pressing super key

(best practice for using fedora is press super key switch applications,press super key search directly anything like application calculations e.g 77/3)

9.Download gnome tweaks from gnome software application as my laptop is old i the volume amplification you can do the same if needed, go to appearence and application and change it to adwaita dark for dark mode


10.Go to terminal to sudo dnf autoremove it will remove all weak dependience not needed anymore press y after it askes Y or N

I will keep this blog page up to date as i find new features customizations worth sharing thanks for reading!

Comments