#!/bin/sh set -x HOME=/home/cmte DOTFILES=/home/cmte/dotfiles LOCAL=$HOME/.config/nvim # if $LOCAL does not exists, create it test -d $LOCAL || mkdir -p $LOCAL cp -r lua $LOCAL cp *.lua $LOCAL nvim --headless "+Lazy! sync" +qa