So it is necessary to make sure that we have set up the system to be as productive and functional as possible.
Steps:
- Install Ubuntu operating system
- Install Git
// To install git
sudo apt install git// To check the git version
git --version//To setup the username and email to communitcate with any repo
git config --global user.name "Your Name"
git config --global user.email "youremal@email.com"
- Install ZSH follow this blog