about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bash/.bashrc1
-rw-r--r--git/.config/git/config2
-rwxr-xr-xvim/.vim/vimrc3
-rw-r--r--zathura/.config/zathura/zathurarc2
4 files changed, 5 insertions, 3 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index a02f3b0..7f7d903 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -96,6 +96,7 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo
 # You may want to put all your additions into a separate file like
 # ~/.bash_aliases, instead of adding them here directly.
 # See /usr/share/doc/bash-doc/examples in the bash-doc package.
+alias gcc='gcc -Wall -Werror'
 alias x='cd ~ && startx'
 alias wduck='w3m duckduckgo.com'
 alias scot='scrot ~/Pictures/Screenshots/%FT%T.png'
diff --git a/git/.config/git/config b/git/.config/git/config
index 842d047..ba6e496 100644
--- a/git/.config/git/config
+++ b/git/.config/git/config
@@ -1,3 +1,5 @@
 [user]
 	email = vn.mcsinyx@gmail.com
 	name = Raphael McSinyx
+[github]
+	user = McSinyx
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 4870535..57ab2bd 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -17,12 +17,11 @@ set list listchars+=tab:\|\
 set number relativenumber lazyredraw
 set tabstop=8 expandtab shiftwidth=4 softtabstop=4 smarttab
 set omnifunc=syntaxcomplete#Complete
-set tags+=~/.vim/systags
 set dictionary=/usr/share/dict/words
 set keymap=vietnamese-telex imdisable iminsert=0 imsearch=-1
 autocmd BufNewFile,BufRead *.PAS set filetype=pascal
 autocmd FileType vim,pascal,html setlocal shiftwidth=2 tabstop=2
-autocmd FileType c setlocal noexpandtab shiftwidth=8 tabstop=8
+autocmd FileType c setl tags+=~/.vim/systags noexpandtab shiftwidth=8 tabstop=8
 autocmd FileType markdown setlocal textwidth=79
 autocmd FileType python syntax keyword pythonBoolean False True None
 autocmd BufWinEnter * let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1)
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc
index c9730b4..fb5ce55 100644
--- a/zathura/.config/zathura/zathurarc
+++ b/zathura/.config/zathura/zathurarc
@@ -5,7 +5,7 @@ set completion-group-fg \#ebdbb2
 set completion-highlight-bg \#83a598
 set completion-highlight-fg \#504945
 set default-fg \#ebdbb2
-set default-bg \#282828
+set default-bg \#3c3836
 set font Droid\ Sans\ Mono\ Slashed\ 11
 set guioptions cs
 set inputbar-fg \#ebdbb2