Skip to content

Get Linux at your fingertips! A prebuilt Linux setup for developers which is easy to use and highly customised.

Notifications You must be signed in to change notification settings

vinitparekh17/linux-setup-for-developers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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