2020-10-25 17:33:51 +00:00
|
|
|
#!/usr/bin/sh
|
2020-09-03 16:04:10 +00:00
|
|
|
mv "lua/$1.lua" "lua/$2.lua"
|
|
|
|
|
|
|
|
sed "s/$1/$2/g" "colors/$1.vim" > "colors/$2.vim"
|
|
|
|
rm "colors/$1.vim"
|
2020-10-25 17:37:36 +00:00
|
|
|
|
|
|
|
echo "Run 'set rtp+=$(pwd)' from within Vim to include this folder in your runtime path."
|
|
|
|
echo ""
|
|
|
|
echo "You must do this before sourcing your colorscheme."
|