Linux system setup after format
apt update
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo add-apt-repository "deb http://dl.google.com/linux/chrome/deb/ stable main"
apt update
sudo apt install google-chrome-stable
google-chrome
Referance: https://www.digitalocean.com/community/tutorials/install-chrome-on-linux-mint
apt install git
ssh-keygen -t ed25519 -C "bishnu.nandi123@gmail.com"
eval "$(ssh-agent -s)"
file name github
copy the text and remember the pid i.e.: Agent pid 7931
(Run this before accessing the github account, example cloning the private repo of it)
ssh-add github
ssh -T git@github.com
Add the public key to github.
URL: https://github.com/settings/keys
git config --global user.name "bishnu"
git config --global user.email "bishnu.nandi123@gmail.com"
sudo apt install vim
Reference: https://code.visualstudio.com/docs/setup/linux
- GitLens
- Code Spell Checker
sudo apt install zsh -y
Reference: https://phoenixnap.com/kb/install-zsh-ubuntu