Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 742 Bytes

README.MD

File metadata and controls

36 lines (29 loc) · 742 Bytes

Linux configuration for developers

Features

This script will install all the required tools for developers for following linux distributions:

  • Ubuntu
  • Debian
  • Fedora
  • CentOS

Most used tool and ide:

  • Install git
  • Install docker
  • Install docker-compose
  • Install vscode

Backend languages:

  • Install nodejs
  • Install dotnet core
  • Install golang

Terminal Configuration:

  • Install zsh
  • Install oh-my-zsh
  • Install powerlevel10k
  • Install zsh-autosuggestions

Other tools:

  • Install brave browser

Usage

curl -sSL https://raw.githubusercontent.com/vinitparekh17/backup/main/script.sh -o script.sh
chmod +x script.sh
bash +x script.sh