fix - changed the terminal conf to docker
This commit is contained in:
parent
f09bf576c4
commit
29228057f6
11 changed files with 111 additions and 66 deletions
32
README.md
32
README.md
|
|
@ -1,10 +1,24 @@
|
|||
### configurations for terminal
|
||||
### build image
|
||||
|
||||
- neovim (.config/nvim/\*)
|
||||
- git (.gitconfig ~/personal/.gitconfig)
|
||||
- tmux (.tmux.conf)
|
||||
- shell (.profile)
|
||||
- ssh (.ssh)
|
||||
```
|
||||
make build
|
||||
```
|
||||
|
||||
### run image
|
||||
|
||||
```
|
||||
make
|
||||
|
||||
or
|
||||
cd workspace
|
||||
make -C terminal_configuration_path
|
||||
```
|
||||
|
||||
### configurations
|
||||
|
||||
- neovim
|
||||
- git
|
||||
- tmux
|
||||
|
||||
### neovim plugins
|
||||
|
||||
|
|
@ -14,3 +28,9 @@
|
|||
- solarized
|
||||
- lspconfig
|
||||
- fugitive
|
||||
|
||||
### prerequsites
|
||||
|
||||
- docker
|
||||
- build-essential ( debian ) ( Makefile )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue