diff --git a/install.sh b/install.sh index 2c1501b..92d50d3 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -# run this functions for files that go directily into the home directory +# run this function for files that go directily into the home directory gohome() { ln -sf $PWD/$1 ~/ } diff --git a/nvim/init.vim b/nvim/init.vim index 15a81f9..ce0b8c9 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -11,6 +11,8 @@ set number set termguicolors set splitbelow splitright +set cursorline + " restore cursor to the last position after reopening a file autocmd BufReadPost * \ if line("'\"") >= 1 && line("'\"") <= line("$") && &ft !~# 'commit' @@ -29,9 +31,12 @@ call plug#begin('~/.local/share/nvim/plugged') " REMINDER - on a new system install go for hexokinase (color preview) Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' } Plug 'vimwiki/vimwiki' +Plug 'franbach/miramare' call plug#end() +colorscheme miramare + " hexokinase let g:Hexokinase_refreshEvents = ['InsertLeave'] let g:Hexokinase_highlighters = ['backgroundfull'] @@ -70,3 +75,5 @@ nnoremap sh :Sex nnoremap t :24sp:term:startinsert " exit insert mode in terminal easier tnoremap + +tnoremap k diff --git a/polybar/config.ini b/polybar/config.ini index b51a097..fec3b11 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -290,7 +290,7 @@ type = internal/date interval = 1.0 time = %H:%M -time-alt =  %Y-%m-%d% +time-alt =  %d-%m-%Y% format =