Skip to content

aruyu/nvim-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Dotfiles

VSCode style custom dotfiles for Neovim written by Lua Script.

image

Installation

I highly recommend to use 'rsync' for installation.

Install with rsync

Clone the repository to '~/Documents' and install with rsync.

git clone https://github.com/aruyu/nvim-dotfiles.git ~/Documents/nvim-dotfiles/

Use rsync to sync the dotfiles.

rsync -avxHAXP --include={'gitconfig','.gitconfig'} --exclude={'.*','tools','LICENSE','*.md'} ~/Documents/nvim-dotfiles/* ~/.config/

Run 'install.sh' to install essentials.

bash ~/Documents/nvim-dotfiles/tools/install.sh
Direct installation

Clone the repository to '~/.config' directly.

git clone https://github.com/aruyu/nvim-dotfiles.git ~/.config

Run 'install.sh' to install essentials.

bash ~/.config/tools/install.sh

'install.sh' script

Type one of belows.

  • Arch
  • Ubuntu
  • Mac
  • Git (set gitcommit templete for optional)
  • Font ('JetBrainsMono NerdFont' fonts installation)

Restart Neovim twice for Bootstraping Packer.

Issues

NOTE: If you have some problems with 'nvim-treesitter', you should update 'nvim-treesitter' with

:TSUpdate