Created
August 12, 2019 11:26
-
-
Save vladpurga/ef3bbf7e955e6524f0ea38893105e3e6 to your computer and use it in GitHub Desktop.
Revisions
-
vladpurga created this gist
Aug 12, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ vimrc-bg-light: sed -i 's/^\(set background=dark\)/" \1/' ~/.vimrc; \ sed -i 's/^\(colorscheme jellybeans\)/" \1/' ~/.vimrc; \ sed -i 's/^" \(colorscheme solarized\)/\1/' ~/.vimrc; \ sed -i 's/^" \(set background=light\)/\1/' ~/.vimrc