From d404ac93629bae32d5a41562ee5123b012021223 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Sun, 21 Mar 2021 16:10:06 +0100 Subject: [PATCH] Update settings --- gitconfig | 1 + vimrc | 24 +----------------------- zshrc | 2 +- 3 files changed, 3 insertions(+), 24 deletions(-) diff --git a/gitconfig b/gitconfig index 8542111..c7547db 100644 --- a/gitconfig +++ b/gitconfig @@ -8,6 +8,7 @@ br = branch chp = checkout -p ci = commit + cl = clone co = checkout cp = cherry-pick d = diff diff --git a/vimrc b/vimrc index 8dd2813..ca4ae07 100644 --- a/vimrc +++ b/vimrc @@ -78,29 +78,7 @@ if exists('+termguicolors') endif " Colour scheme: -packadd! gruvbox -let g:gruvbox_contrast_dark='medium' -let g:gruvbox_contrast_light='soft' -let g:gruvbox_improved_strings=1 -let g:gruvbox_improved_warnings=1 -let g:gruvbox_vert_split='bg2' -colorscheme gruvbox - -function! SwitchBackground() - if &background == 'dark' - set background=light - let g:lightline.colorscheme = 'solarized' - call lightline#init() - call lightline#colorscheme() - call lightline#update() - else - set background=dark - let g:lightline.colorscheme = 'seoul256' - call lightline#init() - call lightline#colorscheme() - call lightline#update() - endif -endfunction +colorscheme nord augroup vimrc autocmd! diff --git a/zshrc b/zshrc index 68852a4..8a33e7c 100644 --- a/zshrc +++ b/zshrc @@ -163,7 +163,7 @@ setxkbmap -option caps:none # Set zshfunctions dir as per https://github.com/alacritty/alacritty/blob/master/INSTALL.md#debianubuntu fpath+=${ZDOTDIR:-~}/.zsh_functions -export BAT_THEME=gruvbox-dark +export BAT_THEME=Nord # Vim keymap bindkey -v