Skip to content

kongsakchai/devenvironment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Environment

Inspiration from this blog 4 เทคนิคง่ายๆ เพื่อจัดการ Dev Environment แบบเนี๊ยบๆ ทันใจวัยทีน ⚡️

Intro

Develop envinronment with short command

$ ws morty

run docker compose up -d

Setup

Rename 'Devenvironment' folder to 'workspaces'.

$ mv devenvironment workspaces

Run setup script.

$ cd workspaces && ./setup.sh YOUR_PATH

Example:

$ ./setup.sh ~/kong

Manual Setup

You can do this by adding the following line to your profile file (~/.bash_profile, ~/.zshrc, ~/.profile, or ~/.bashrc).

export ME=YOUR_PATH
source $ME/workspaces/.config

Note: This not apply untill the next time you log into your terminal. You can run the following commands for the different shells on the command line:

bash: source ~/.bashrc
zsh: source ~/.zshrc

Requirement

  • makefile
  • podman or docker
  • docker-compose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published