diff options
-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 |