From 251b620d05a236a1136c011a4560f73409d1a574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Wed, 12 Oct 2016 15:59:17 +0200 Subject: [PATCH] Update --- files/.bash_aliases | 1 + files/.config/i3/config | 2 ++ files/.config/terminator/config | 1 + files/.gitignore | 1 + files/.vim/spell/en.utf-8.add | 2 ++ files/.vim/spell/en.utf-8.add.spl | Bin 486 -> 536 bytes files/.vim/spell/fr.utf-8.add | 9 +++++++++ files/.vim/spell/fr.utf-8.add.spl | Bin 37 -> 196 bytes files/.vimrc | 2 +- 9 files changed, 17 insertions(+), 1 deletion(-) 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 6e7cc025a6a9fdcb78e3fe45264d367e44f3004a..a00b6617f308eda4f1df30a5707750ee13d63d5f 100644 GIT binary patch literal 536 zcmYjOyG{c!5cD{ysQ7`@G*m<>DN`U62?>ebah#kJ-`P4}2xh-0E5>u>FQwjVn$>m-uW@Hlt@o2ftDnu<*(99 ztNj$}$5Cu1^`(K4uU?i(d5#FroNC4*%FhFR_10yam^`SP`2RfdS;w{7GCwv(GuFry zHv+!|h6`^Qd!9z$jL$Qpfu7}+pRmKD;qi_A&;iEGw!@^QB1FZyFlAN}`$SkeS zlc^skvAOh@0VckBStjKv3Z7pl;&-|H}8euJw-fX)v0xMz**W o_-C+9j~{%~$Yg`bucX_9!L6*JQ*C80k}>8A4|v8CvkdtC0p?9xYXATM 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 52027647e027bffb61cef048de3c47cd8b1be80a..581248c27338b3951bc4d1b45907b8737deb9b62 100644 GIT binary patch literal 196 zcmXAjF%kkH3`O%93vb{N>@A(WfQ79+0`4$_EV9VV)*irfcn%Myp9P8}KY2g7oX&G{ zAsl`p^4{vJu|Aaw3x@}u&@fn_6q6YRo)IFuh)KmnAyY`0*!q&n#+?o=Z%Z8lzoQGQSK-0^{Q;fMCD8x? literal 37 lcmWIZ^erw(&B-zP&%nUI$5_Hx$ymUc$e7NU$_NyI0syps2HgMv 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'] }