From 12cc0c8e99a90666dd0bda866cbf8c609d9e8044 Mon Sep 17 00:00:00 2001 From: John Hammond Date: Tue, 1 Oct 2019 08:24:06 -0400 Subject: [PATCH] Cleaned some things to work with the vimrc update and Terminator --- bootstrap.sh | 3 +++ vimrc | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index eda70cf..6128540 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -69,6 +69,7 @@ function configure_x(){ function configure_terminator(){ echo_green "Configuring Terminator" + mkdir -p ~/.config/terminator cp terminator_config ~/.config/terminator/config } @@ -94,6 +95,8 @@ function configure_vim(){ function configure_git(){ git config --global core.editor "vim" + git config --global user.email "johnhammond010@gmail.com" + git config --global user.name "John Hammond" } ############################################################### diff --git a/vimrc b/vimrc index 909cbc0..0002e92 100644 --- a/vimrc +++ b/vimrc @@ -1,4 +1,4 @@ -:call plug#begin("~/.vim/plugged") +call plug#begin("~/.vim/plugged") Plug 'erichdongubler/vim-sublime-monokai' @@ -7,7 +7,7 @@ call plug#end() set number syntax on -colorscheme sublimemonokai +silent! colorscheme sublimemonokai let &t_8f="\[38;2;%lu;%lu:lum" let &t_8b="\[48;2;%lu;%lu:lum"