diff options
author | Blubber <f2005278@mvrht.com> | 2016-10-16 23:40:35 +0200 |
---|---|---|
committer | Blubber <f2005278@mvrht.com> | 2016-10-16 23:40:35 +0200 |
commit | d496c3261a2bbfa7e396d3cd6b754f8321dec1ad (patch) | |
tree | 5bc65ae691ce8d2c6f35604bf751c8d29d0346ea | |
parent | 2d7dd49e4fa00a0ae7504dfb669e7f0f1d318296 (diff) | |
download | dotfiles-d496c3261a2bbfa7e396d3cd6b754f8321dec1ad.tar.gz dotfiles-d496c3261a2bbfa7e396d3cd6b754f8321dec1ad.zip |
fixed headers
-rwxr-xr-x | .vim/install_vundle.sh | 1 | ||||
-rw-r--r-- | Xresources | 2 | ||||
-rw-r--r-- | cgdb/cgdbrc | 3 | ||||
-rwxr-xr-x | conkyrc | 2 | ||||
-rw-r--r-- | gitconfig | 3 | ||||
-rw-r--r-- | tmux.conf | 4 |
6 files changed, 12 insertions, 3 deletions
diff --git a/.vim/install_vundle.sh b/.vim/install_vundle.sh index f5caef2..287431f 100755 --- a/.vim/install_vundle.sh +++ b/.vim/install_vundle.sh @@ -1,6 +1,5 @@ # dotfiles -- .vim/install_vundle.sh # author: johannst -# vundle: https://github.com/VundleVim/Vundle.vim # if INSTALL_DIR changed, it must be also changed in .vim/vimrc_files/vundle.vim INSTALL_DIR=~/.vim/bundle @@ -1,4 +1,4 @@ -! dotfiles -- .Xresources_gray +! dotfiles -- .Xresources ! author: johannst !XTerm*font: 9x15 diff --git a/cgdb/cgdbrc b/cgdb/cgdbrc index e4be11b..6266d5b 100644 --- a/cgdb/cgdbrc +++ b/cgdb/cgdbrc @@ -1,3 +1,6 @@ +# dotfiles -- cgdb/cgdbrc +# author: johannst + set ignorecase set arrowstyle=long set tabstop=3 @@ -1,4 +1,4 @@ -# dotfiles -- .conkyrc +# dotfiles -- conkyrc # author: johannst background yes @@ -1,3 +1,6 @@ +# dotfiles -- gitconfig +# author: johannst + [user] email = stoelp@eit.uni-kl.de name = johannst @@ -1,3 +1,7 @@ +# dotfiles -- tmux.conf +# author: johannst + + ### Basic Settings # default TERM |