No description
| .config/nvim | ||
| bin | ||
| .gitignore | ||
| .tmux.conf | ||
| Dockerfile | ||
| Makefile | ||
| personal.gitconfig | ||
| README.md | ||
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 )