DinhThanhPhongDo / dev-setup

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

Repository from Github https://github.comDinhThanhPhongDo/dev-setupRepository from Github https://github.comDinhThanhPhongDo/dev-setup

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:

sh -c "$(wget -O - https://github.com/DinhThanhPhongDo/dev-setup/raw/HEAD/setup.sh)"

About

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

License:MIT License


Languages

Language:Shell 100.0%