Add setup script

This commit is contained in:
Iron_E 2020-09-03 12:04:10 -04:00
parent cf3d46cf16
commit d91a869b2f
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 4 additions and 0 deletions

4
setup.sh Executable file
View File

@ -0,0 +1,4 @@
mv "lua/$1.lua" "lua/$2.lua"
sed "s/$1/$2/g" "colors/$1.vim" > "colors/$2.vim"
rm "colors/$1.vim"