more scripts

This commit is contained in:
2023-02-24 13:40:39 +00:00
parent 397928c968
commit 27a885999e
25 changed files with 1920 additions and 31 deletions

4
Scripts/ReplaceNvChad.bash Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
rm -r ~/.config/nvim/lua/*
cp -r ../nvchad/* ~/.config/nvim/lua

5
Scripts/SyncNvChad.bash Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
rm -r ../nvchad
mkdir ../nvchad
cp -r ~/.config/nvim/lua/* ../nvchad