backup of dotfiles and configurations
Setup of these dotfiles relies on GNU stow.
Don't worry about installing it, running make below will do that for you.
Not familiar with stow? No problem! It's super simple, it symlinks directory trees. You won't end up with copies of anything in your home directory. Everything you "install" will symlink from home to this repo.
make
make nvim
make vim
source <(curl -H "Cache-Control: no-cache, no-store, must-revalidate" -s https://raw.githubusercontent.com/skinner2401/dotfiles/master/bin/setup.lunarvim.sh)