Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 559 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 559 Bytes

dotfiles

ScreenShot

Setup

  1. git clone https://github.com/Laica-Lunasys/dotfiles
  2. cd dotfiles; bash ./init.sh install

Also, you can use make install

Docker

docker pull ghcr.io/laica-lunasys/dotfiles:latest

Usage

docker run --rm --name luna-dotfiles \
    -e TZ=Asia/Tokyo \
    -v $HOME/.ssh:/home/relias/.ssh \
    -it ghcr.io/laica-lunasys/dotfiles:latest

vim (neovim)

If you want to use lsp, you should be execute :LspInstallServer while editing a file.