Skip to content

Commit

Permalink
add some colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
tuberry authored Nov 20, 2019
1 parent b5951d9 commit bf75bca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,11 @@ function copy_files()

mkdir ~/.vim
rm -rf ~/.vim/colors
ln -s ${PWD}/colors ~/.vim
mkdir -p ~/.vim/colors
cp ${PWD}/colors/* ~/.vim/colors/
curl -sLf https://raw.githubusercontent.com/morhetz/gruvbox/master/colors/gruvbox.vim > ~/.vim/colors/gruvbox.vim
curl -sLf https://raw.githubusercontent.com/sjl/badwolf/master/colors/badwolf.vim > ~/.vim/colors/badwolf.vim
curl -sLf https://raw.githubusercontent.com/junegunn/seoul256.vim/master/colors/seoul256.vim > ~/.vim/colors/seoul256.vim

rm -rf ~/.vim/ftplugin
ln -s ${PWD}/ftplugin ~/.vim
Expand Down

0 comments on commit bf75bca

Please sign in to comment.