This commit is contained in:
bumpsoo 2023-11-13 14:53:14 +00:00
parent cf5b8dba71
commit d38fd6e564
14 changed files with 348 additions and 5 deletions

View file

@ -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