Laica-Lunasys / dotfiles

My settings & Initializer....

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My settings & Initializer....


Languages

Language:Shell 72.3%Language:Lua 22.4%Language:Vim Script 4.4%Language:Dockerfile 0.6%Language:Makefile 0.3%