diff --git a/files/.bash_aliases b/files/.bash_aliases index c0b71df..d78c6d8 100644 --- a/files/.bash_aliases +++ b/files/.bash_aliases @@ -32,3 +32,4 @@ alias xclipboard='xclip -selection clipboard' alias wine_pulse='PULSE_LATENCY_MSEC=60 wine' +alias ssh-forgetful='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' diff --git a/files/.config/i3/config b/files/.config/i3/config index 458f4da..2c0dd28 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -187,6 +187,8 @@ bindsym $mod+r mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { + tray_output LVDS1 +# position top font pango:DejaVu Sans Mono, Awesome 8 status_command i3status # tray_output primary diff --git a/files/.config/terminator/config b/files/.config/terminator/config index 2fad874..aa3a641 100644 --- a/files/.config/terminator/config +++ b/files/.config/terminator/config @@ -48,3 +48,4 @@ palette = "#2e3436:#cc0000:#4e9a06:#ca5307:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#ff751d:#657689:#ad7fa8:#34e2e2:#eeeeec" scrollbar_position = hidden show_titlebar = False + [[with_titlebar]] diff --git a/files/.gitignore b/files/.gitignore index 1377554..3c2f83f 100644 --- a/files/.gitignore +++ b/files/.gitignore @@ -1 +1,2 @@ *.swp +*.syntastic_*_config diff --git a/files/.vim/spell/en.utf-8.add b/files/.vim/spell/en.utf-8.add index 9f163b3..ed05e2c 100644 --- a/files/.vim/spell/en.utf-8.add +++ b/files/.vim/spell/en.utf-8.add @@ -29,3 +29,5 @@ chktex backend Javascript frontend +spelllang=fr +Reprojection diff --git a/files/.vim/spell/en.utf-8.add.spl b/files/.vim/spell/en.utf-8.add.spl index 6e7cc02..a00b661 100644 Binary files a/files/.vim/spell/en.utf-8.add.spl and b/files/.vim/spell/en.utf-8.add.spl differ diff --git a/files/.vim/spell/fr.utf-8.add b/files/.vim/spell/fr.utf-8.add index a4018e7..2fd02c0 100644 --- a/files/.vim/spell/fr.utf-8.add +++ b/files/.vim/spell/fr.utf-8.add @@ -1 +1,10 @@ typage +copycat +contraposée +Adequacy +Villette +Bastian +Vandermonde +iid +PPV +d'overfitting diff --git a/files/.vim/spell/fr.utf-8.add.spl b/files/.vim/spell/fr.utf-8.add.spl index 5202764..581248c 100644 Binary files a/files/.vim/spell/fr.utf-8.add.spl and b/files/.vim/spell/fr.utf-8.add.spl differ diff --git a/files/.vimrc b/files/.vimrc index a7d526f..8e90bee 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -53,7 +53,7 @@ let g:syntastic_tex_checkers = [ 'chktex' ] "" Python let g:syntastic_python_python_exec = '/usr/bin/python3' "" C++ -let g:syntastic_cpp_compiler_options = '-std=c++11' +let g:syntastic_cpp_compiler_options = '-std=c++14' "" Disabled languages "let g:syntastic_mode_map = { 'passive_filetypes': ['python'] }