Cleaned some things to work with the vimrc update and Terminator

pull/1/head
John Hammond 2019-10-01 08:24:06 -04:00
parent 7e3724ff5c
commit 12cc0c8e99
2 changed files with 5 additions and 2 deletions

View File

@ -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"
}
###############################################################

4
vimrc
View File

@ -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="\<Esc>[38;2;%lu;%lu:lum"
let &t_8b="\<Esc>[48;2;%lu;%lu:lum"