diff --git a/config/.config/cava/config b/config/.config/cava/config index 2bf3a7a..62c63a0 100755 --- a/config/.config/cava/config +++ b/config/.config/cava/config @@ -103,9 +103,12 @@ # or remain commented out. 1 = on, 0 = off. Warning: for certain terminal emulators cava will # not able to restore color definitions on exit, simply restart your terminal to restore colors. gradient = 1 +# Cool Blues +gradient_color_1 = '#2193b0' +gradient_color_2 = '#6dd5ed' # Quepal -gradient_color_1 = '#11998e' -gradient_color_2 = '#38ef7d' +; gradient_color_1 = '#11998e' +; gradient_color_2 = '#38ef7d' # Teal Love ; gradient_color_1 = '#11FFBD' ; gradient_color_2 = '#AAFFA9' diff --git a/config/.config/ranger/rc.conf b/config/.config/ranger/rc.conf index 268ec5d..bfd829f 100644 --- a/config/.config/ranger/rc.conf +++ b/config/.config/ranger/rc.conf @@ -3,8 +3,8 @@ set vcs_aware true map f console scout -ftsea%space map gg console mkdir%space -map np shell cp -r ~/Templates/LaTeX/Protokoll $(date +%g.%m.%%d) +map np shell cp -r ~/Templates/LaTeX/Protokoll $(date +%g.%m.%%d); ~/Templates/LaTeX/fsrprotokoll.sh map ny shell cp %f ../Protokoll_$(echo $(basename $(pwd)) | awk '{gsub("\\.","-");print}' $2).pdf -map nrk shell cp ~/Templates/LaTeX/Invoice/elektro_invoice.tex Gefeba_Engineering_-_Rechnung_$(date +%g.%m)_-Elektro.tex -map nrn shell cp ~/Templates/LaTeX/Invoice/engineering_invoice.tex Gefeba_Engineering_-_Rechnung_$(date +%g-%m)_-Engineering.tex +map nrg shell cp ~/Templates/LaTeX/Invoice/elektro_invoice.tex Gefeba_Engineering_-_Rechnung_$(date +%g.%m)_-Elektro.tex; ~/Templates/LaTeX/Invoice/InvNum.sh +map nrb shell cp ~/Templates/LaTeX/Invoice/engineering_invoice.tex Gefeba_Engineering_-_Rechnung_$(date +%g-%m)_-Engineering.tex; ~/Templates/LaTeX/Invoice/InvNum.sh diff --git a/vim/.vim/.netrwhist b/vim/.vim/.netrwhist index 5cd295d..60cba2f 100644 --- a/vim/.vim/.netrwhist +++ b/vim/.vim/.netrwhist @@ -1,7 +1,8 @@ let g:netrw_dirhistmax =10 -let g:netrw_dirhist_cnt =5 +let g:netrw_dirhist_cnt =6 let g:netrw_dirhist_1='/home/tuan/Nextcloud/Templates/LaTeX/Protokoll' let g:netrw_dirhist_2='/home/tuan/Nextcloud/Templates/LaTeX/Protokoll/INCL' let g:netrw_dirhist_3='/home/tuan/Nextcloud/Documents/Git/infrastruktur/mailing_lists' let g:netrw_dirhist_4='/home/tuan/.dotfiles/config/.config/termite' let g:netrw_dirhist_5='/home/tuan/Nextcloud/Protokolle/Rechenschaftsbericht' +let g:netrw_dirhist_6='/etc/modules-load.d' diff --git a/vim/.vim/ftplugin/go.vim b/vim/.vim/ftplugin/go.vim index abb875f..8600711 100644 --- a/vim/.vim/ftplugin/go.vim +++ b/vim/.vim/ftplugin/go.vim @@ -1,7 +1,11 @@ " Shortcuts -imap ;default package mainimport ("fmt")func main() {}O +imap ;main package mainimport ("fmt")func main() {}O +imap { {}kA +imap ( ()i +imap () () + " Compiling -map :!go run % -map :!go build %; ./%< -map :!GOOS=windows GOARCH=386 go build -o %<.exe % +map :!clear; go run % +map :!clear; go build %; ./%< +map :!clear; GOOS=windows GOARCH=386 go build -o %<.exe % diff --git a/vim/.vim/ftplugin/java.vim b/vim/.vim/ftplugin/java.vim new file mode 100644 index 0000000..9067b6a --- /dev/null +++ b/vim/.vim/ftplugin/java.vim @@ -0,0 +1,4 @@ +imap { {}kA +imap ( ()i +imap () () + diff --git a/vim/.vim/ftplugin/python.vim b/vim/.vim/ftplugin/python.vim index 0b277d0..ea1ada4 100644 --- a/vim/.vim/ftplugin/python.vim +++ b/vim/.vim/ftplugin/python.vim @@ -5,7 +5,7 @@ imap ifm if__name__=='__main__': " Compiling -map :!python % +map :!clear; python % " Use the below highlight group when displaying bad whitespace is desired. highlight BadWhitespace ctermbg=red guibg=red diff --git a/vim/.vim/ftplugin/sh.vim b/vim/.vim/ftplugin/sh.vim new file mode 100644 index 0000000..e6f1d34 --- /dev/null +++ b/vim/.vim/ftplugin/sh.vim @@ -0,0 +1,3 @@ +" Compilation +map :!clear&./% + diff --git a/vim/.vim/spell/de.utf-8.add b/vim/.vim/spell/de.utf-8.add index 16aec4d..760485e 100644 --- a/vim/.vim/spell/de.utf-8.add +++ b/vim/.vim/spell/de.utf-8.add @@ -214,3 +214,12 @@ Fachschaftsraum Ambient Lights Buildcount +Stoppanweisung +IF +SKIP +GOTO +THEN +GOTOSTART +M1 +M2 +x diff --git a/vim/.vim/spell/de.utf-8.add.spl b/vim/.vim/spell/de.utf-8.add.spl index 6201dde..59ceff5 100644 Binary files a/vim/.vim/spell/de.utf-8.add.spl and b/vim/.vim/spell/de.utf-8.add.spl differ