vinitparekh17 / linux-setup-for-developers

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Shell 100.0%