git clone https://github.com/Laica-Lunasys/dotfiles
cd dotfiles; bash ./init.sh install
Also, you can use
make install
docker pull ghcr.io/laica-lunasys/dotfiles:latest
docker run --rm --name luna-dotfiles \
-e TZ=Asia/Tokyo \
-v $HOME/.ssh:/home/relias/.ssh \
-it ghcr.io/laica-lunasys/dotfiles:latest
If you want to use lsp, you should be execute :LspInstallServer
while editing a file.