plugins
This commit is contained in:
parent
cf5b8dba71
commit
d38fd6e564
14 changed files with 348 additions and 5 deletions
27
README.md
27
README.md
|
|
@ -1,12 +1,31 @@
|
|||
### from wsl - alpine
|
||||
|
||||
running [mini root fs](https://www.alpinelinux.org/downloads/)
|
||||
|
||||
```
|
||||
wsl --import Alpine 'E:\alpine\' E:\alpine-minirootfs-3.18.4-x86_64.tar
|
||||
```
|
||||
|
||||
dependencies
|
||||
|
||||
```
|
||||
apk add neovim tmux git openssh ripgrep curl gcc go
|
||||
|
||||
go install golang.org/x/tools/gopls@latest
|
||||
```
|
||||
|
||||
### dev configuration for alpine linux
|
||||
|
||||
- neovim
|
||||
- git
|
||||
- tmux
|
||||
- shell
|
||||
- neovim (.config/nvim/\*)
|
||||
- git (.gitconfig ~/personal/.gitconfig)
|
||||
- tmux (.tmux.conf)
|
||||
- shell (.profile)
|
||||
|
||||
### neovim plugins
|
||||
|
||||
- lazy (plugin manager)
|
||||
- treesitter
|
||||
- telescope
|
||||
- tokyonight
|
||||
- lspconfig
|
||||
- fugitive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue