Add setup instructions
This commit is contained in:
parent
773adbbe06
commit
8cb6484670
4
setup.sh
4
setup.sh
|
@ -3,3 +3,7 @@ mv "lua/$1.lua" "lua/$2.lua"
|
||||||
|
|
||||||
sed "s/$1/$2/g" "colors/$1.vim" > "colors/$2.vim"
|
sed "s/$1/$2/g" "colors/$1.vim" > "colors/$2.vim"
|
||||||
rm "colors/$1.vim"
|
rm "colors/$1.vim"
|
||||||
|
|
||||||
|
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."
|
||||||
|
|
Loading…
Reference in New Issue