Skip to content

huogerac/dev-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEV-TOOLS

This is a collection of scripts to help you AVOID the DRY (Don't Repeat Yourself) to setup your environment (local/production)

WHY?

It helps me to setup my developer environment in few minutes. (for example, after formatting or switching the linux distro)

LINUX

First, I like to create partitions manually, this help me formatting my computer without losing my files or requiring backup.

Partitions to my 256GB SSD Hard drive:

/dev/sda1        75 GB  /           ---> SO (I can change any time)
/dev/sda2         8 GB  swap
/dev/sda3       170 GB  /home       ---> My files, keys and settings
/dev/sda4         1 GB  /boot/efi
/dev/sda5       1,5 GB  /boot

Then, open each script (inside your distro) and install just what you need...

Distros

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages