### build image ``` make build ``` ### run image ``` make or cd workspace make -C terminal_configuration_path ``` ### configurations - neovim - git - tmux ### neovim plugins - lazy (plugin manager) - treesitter - telescope - solarized - lspconfig - fugitive ### prerequsites - docker - build-essential ( debian ) ( Makefile )