Cleaned some things to work with the vimrc update and Terminator
parent
7e3724ff5c
commit
12cc0c8e99
|
@ -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
4
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="\<Esc>[38;2;%lu;%lu:lum"
|
||||
let &t_8b="\<Esc>[48;2;%lu;%lu:lum"
|
||||
|
|
Loading…
Reference in New Issue