5 lines
71 B
Bash
5 lines
71 B
Bash
#!/bin/bash
|
|
|
|
rm -r nvchad/*
|
|
cp -r ~/.config/nvim/lua/custom/* ./nvchad
|