Skip to content

Shell script to setup development environment in Ubuntu

Notifications You must be signed in to change notification settings

AsankaL/ubuntu-dev-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Ubuntu Shell Script to setup Development Environment

This script can be used to setup development environment after fresh installation of Ubuntu. It will install following development environments and tools:

  • Git
  • Docker
  • Pyenv, Python 3.xx & Poetry
  • NVM, NodeJs, Npm & Yarn
  • Postgres Database

Execution

Download the install.sh file in the repository and make it executable

chmod a+x install.sh

Execute the script:

sh install.sh

About

Shell script to setup development environment in Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages