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
sshfor git - Install
docker
Download the script file using wget:
sh -c "$(wget -O - https://github.com/DinhThanhPhongDo/dev-setup/raw/HEAD/setup.sh)"