No description
Find a file
2025-05-03 15:59:05 +00:00
.config/nvim (feat): add ollama provider to avante plugin. 2025-04-21 15:22:16 +00:00
bin (feat): add osc52 support 2025-04-17 04:41:20 +00:00
.gitignore added gitignore, renamed profile (to shrc) 2024-02-19 20:06:07 +09:00
.tmux.conf (feat): add osc52 support 2025-04-17 04:41:20 +00:00
Dockerfile (feat): add osc52 support 2025-04-17 04:41:20 +00:00
Makefile fix: add rm and host option 2025-05-03 15:59:05 +00:00
personal.gitconfig fix - changed the terminal conf to docker 2025-02-10 14:12:52 +00:00
README.md fix - changed the terminal conf to docker 2025-02-10 14:12:52 +00:00

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 )