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