Skip to content

A bash script that helps to set up a development environment on a newly installed Debian / RHEL based distribution

License

Notifications You must be signed in to change notification settings

DinhThanhPhongDo/dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development Setup

Setting up a new development environment on a newly installed Debian / Ubuntu distribution. dev-setup uses the setup.sh script which will configure the following components automatically:

  • Install ncdu, htop, git, tmux
  • Set up ssh for git
  • Install docker

Installation

Download the script file using wget:

cd
wget -P ~/ https://github.com/DinhThanhPhongDo/dev-setup/archive/refs/heads/main.zip
unzip main
rm -r main.zip
sh dev-setup-main/main.sh
rm -r dev-setup-main

About

A bash script that helps to set up a development environment on a newly installed Debian / RHEL based distribution

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages