This script will install all the required tools for developers for following linux distributions:
- Ubuntu
- Debian
- Fedora
- CentOS
- Install git
- Install docker
- Install docker-compose
- Install vscode
- Install nodejs
- Install dotnet core
- Install golang
- Install zsh
- Install oh-my-zsh
- Install powerlevel10k
- Install zsh-autosuggestions
- Install brave browser
curl -sSL https://raw.githubusercontent.com/vinitparekh17/backup/main/script.sh -o script.sh
chmod +x script.sh
bash +x script.sh