dotfiles

changeset 0:a5f356e3bebc

inital checkin
author meillo@marmaro.de
date Sat, 14 Apr 2007 12:05:55 +0200
parents
children 41e1e617711d
files .Xresources .dircolorsrc .vim/colors/meillo_self.vim .vimrc
diffstat 4 files changed, 473 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.Xresources	Sat Apr 14 12:05:55 2007 +0200
     1.3 @@ -0,0 +1,76 @@
     1.4 +! by markus schnalke <meillo@marmaro.de>
     1.5 +! last edited on 2007-02-22
     1.6 +
     1.7 +
     1.8 +
     1.9 +*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
    1.10 +
    1.11 +*foreground: #bbbbbb
    1.12 +*background: #222222
    1.13 +
    1.14 +
    1.15 +
    1.16 +urxvt*scrollBar: false
    1.17 +
    1.18 +urxvt*saveLines: 10000
    1.19 +
    1.20 +
    1.21 +
    1.22 +
    1.23 +
    1.24 +!! colors 0-7 should be seen as background colors
    1.25 +
    1.26 +!! black
    1.27 +urxvt*color0:   #444444
    1.28 +!! darkgray
    1.29 +urxvt*color8:   #000000
    1.30 +!
    1.31 +!! red
    1.32 +urxvt*color1:   #cc5566
    1.33 +!! lightred
    1.34 +urxvt*color9:   #992233
    1.35 +!
    1.36 +!! green
    1.37 +!urxvt*color2:  #aece91
    1.38 +urxvt*color2:   #66aa44
    1.39 +!! lightgreen
    1.40 +!urxvt*color10: #c5f779
    1.41 +urxvt*color10:  #88aa88
    1.42 +!
    1.43 +!! yellow
    1.44 +urxvt*color3:   #dddd55
    1.45 +!! lightyellow
    1.46 +urxvt*color11:  #cccc22
    1.47 +!
    1.48 +!! blue
    1.49 +urxvt*color4:   #003366
    1.50 +!urxvt*color4:   #9db7d0
    1.51 +!! lightblue
    1.52 +urxvt*color12:  #4488cc
    1.53 +!urxvt*color12:  #3c8ec4
    1.54 +!
    1.55 +!! magenta
    1.56 +!urxvt*color5:  #963c59
    1.57 +urxvt*color5:   #aacc99
    1.58 +!! lightmagenta
    1.59 +!urxvt*color13: #cf9ebe
    1.60 +urxvt*color13:  #9977aa
    1.61 +!
    1.62 +!! cyan
    1.63 +!urxvt*color6:   #9fc1cc
    1.64 +urxvt*color6:   #88aadd
    1.65 +!! lightcyan
    1.66 +!urxvt*color14:  #9fc1cc
    1.67 +urxvt*color14:  #448877
    1.68 +!
    1.69 +!! gray
    1.70 +urxvt*color7:   #666666
    1.71 +!! white
    1.72 +urxvt*color15:  #bbbbbb
    1.73 +
    1.74 +
    1.75 +
    1.76 +
    1.77 +
    1.78 +
    1.79 +xterm*background: #000000
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/.dircolorsrc	Sat Apr 14 12:05:55 2007 +0200
     2.3 @@ -0,0 +1,113 @@
     2.4 +# Configuration file for dircolors, a utility to help you set the
     2.5 +# LS_COLORS environment variable used by GNU ls with the --color option.
     2.6 +# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
     2.7 +# slackware version of dircolors) are recognized but ignored.
     2.8 +# Below, there should be one TERM entry for each termtype that is colorizable
     2.9 +TERM linux
    2.10 +TERM linux-c
    2.11 +TERM mach-color
    2.12 +TERM console
    2.13 +TERM con132x25
    2.14 +TERM con132x30
    2.15 +TERM con132x43
    2.16 +TERM con132x60
    2.17 +TERM con80x25
    2.18 +TERM con80x28
    2.19 +TERM con80x30
    2.20 +TERM con80x43
    2.21 +TERM con80x50
    2.22 +TERM con80x60
    2.23 +TERM cygwin
    2.24 +TERM dtterm
    2.25 +TERM mlterm
    2.26 +TERM putty
    2.27 +TERM xterm
    2.28 +TERM xterm-color
    2.29 +TERM xterm-debian
    2.30 +TERM rxvt
    2.31 +TERM rxvt-unicode
    2.32 +TERM screen
    2.33 +TERM screen-bce
    2.34 +TERM screen-w
    2.35 +TERM vt100
    2.36 +TERM Eterm
    2.37 +
    2.38 +# Below are the color init strings for the basic file types. A color init
    2.39 +# string consists of one or more of the following numeric codes:
    2.40 +# Attribute codes:
    2.41 +# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
    2.42 +# Text color codes:
    2.43 +# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
    2.44 +# Background color codes:
    2.45 +# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
    2.46 +
    2.47 +NORMAL 00 # global default, although everything should be something.
    2.48 +FILE 00 # normal file
    2.49 +DIR 01;34 # directory
    2.50 +LINK target # symbolic link. (If you set this to 'target' instead of a
    2.51 +FIFO 40;33 # pipe
    2.52 +SOCK 01;35 # socket
    2.53 +DOOR 01;35 # door
    2.54 +BLK 40;33;01 # block device driver
    2.55 +CHR 40;33;01 # character device driver
    2.56 +ORPHAN 40;31;01 # symlink to nonexistent file
    2.57 +
    2.58 +SETUID 37;41 # file that is setuid (u+s)
    2.59 +SETGID 30;43 # file that is setgid (g+s)
    2.60 +STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
    2.61 +OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
    2.62 +STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
    2.63 +EXEC 01;32 # This is for files with execute permission
    2.64 +
    2.65 +
    2.66 +
    2.67 +# List any file extensions like '.gz' or '.tar' that you would like ls
    2.68 +# to colorize below. Put the extension, a space, and the color init string.
    2.69 +# (and any comments you want to add after a '#')
    2.70 +# If you use DOS-style suffixes, you may want to uncomment the following:
    2.71 +
    2.72 +# archives or compressed (bright red)
    2.73 +.tar 00;31
    2.74 +.tgz 00;31
    2.75 +.arj 00;31
    2.76 +.taz 00;31
    2.77 +.lzh 00;31
    2.78 +.zip 00;31
    2.79 +.z 00;31
    2.80 +.Z 00;31
    2.81 +.gz 00;31
    2.82 +.bz2 00;31
    2.83 +.deb 00;31
    2.84 +.rpm 00;31
    2.85 +.jar 00;31
    2.86 +
    2.87 +# image formats
    2.88 +.jpg 01;35
    2.89 +.jpeg 01;35
    2.90 +.gif 01;35
    2.91 +.bmp 01;35
    2.92 +.pbm 01;35
    2.93 +.pgm 01;35
    2.94 +.ppm 01;35
    2.95 +.tga 01;35
    2.96 +.xbm 01;35
    2.97 +.xpm 01;35
    2.98 +.tif 01;35
    2.99 +.tiff 01;35
   2.100 +.png 01;35
   2.101 +.mov 01;35
   2.102 +.mpg 01;35
   2.103 +.mpeg 01;35
   2.104 +.avi 01;35
   2.105 +.fli 01;35
   2.106 +.gl 01;35
   2.107 +.dl 01;35
   2.108 +.xcf 01;35
   2.109 +.xwd 01;35
   2.110 +
   2.111 +# audio formats
   2.112 +.flac 01;35
   2.113 +.mp3 01;35
   2.114 +.mpc 01;35
   2.115 +.ogg 01;35
   2.116 +.wav 01;35
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/.vim/colors/meillo_self.vim	Sat Apr 14 12:05:55 2007 +0200
     3.3 @@ -0,0 +1,210 @@
     3.4 +" Vim color file
     3.5 +" Maintainer:	markus schnalke <meillo@marmaro.de>
     3.6 +" Last Change:	2007-02-22
     3.7 +"
     3.8 +" This is meillo's own color scheme.
     3.9 +"
    3.10 +
    3.11 +
    3.12 +" First remove all existing highlighting.
    3.13 +set background=light
    3.14 +hi clear
    3.15 +if exists("syntax_on")
    3.16 +  syntax reset
    3.17 +endif
    3.18 +
    3.19 +
    3.20 +" my code from here
    3.21 +let colors_name = "meillo_self"
    3.22 +
    3.23 +
    3.24 +
    3.25 +
    3.26 +
    3.27 +"##   GUI   ###################################################################
    3.28 +" Globals
    3.29 +
    3.30 +  hi Normal                         guifg=#000000  guibg=#d8d0c8  " Standard-Farben
    3.31 +
    3.32 +  hi LineNr                         guifg=#666666  guibg=#aaaaaa  " Bereich der Zeilennummern
    3.33 +
    3.34 +  hi FoldColumn                     guifg=#cccccc  guibg=#666666  " Bereich der Faltungen
    3.35 +  hi Folded                         guifg=#000000  guibg=#e3c1a5  " Gefaltete Zeile
    3.36 +
    3.37 +  hi StatusLine      gui=bold       guifg=#ffffff  guibg=#000000  " Statusleiste des aktiven Frames
    3.38 +  hi StatusLineNC    gui=bold       guifg=#666666  guibg=#333333  " Statusleiste der anderen Frames
    3.39 +
    3.40 +  hi SpecialKey                     guifg=Blue
    3.41 +  hi NonText                        guifg=#000000                 " ~ and @ at the end of the file
    3.42 +  hi Directory                      guifg=Blue
    3.43 +  hi ErrorMsg        gui=bold       guifg=White    guibg=Red
    3.44 +
    3.45 +  hi IncSearch       gui=reverse                                  " Waehrend der Suchbegriffseingabe
    3.46 +  hi Search                                        guibg=#ffeeaa  " Abgeschlossene Suche
    3.47 +
    3.48 +  hi MoreMsg         gui=bold       guifg=SeaGreen
    3.49 +  hi ModeMsg         gui=bold
    3.50 +  hi Question        gui=bold       guifg=SeaGreen
    3.51 +
    3.52 +  hi VertSplit       gui=bold       guifg=#000000  guibg=#000000
    3.53 +
    3.54 +  hi Title           gui=bold       guifg=DeepPink3
    3.55 +  hi Visual                         guifg=#666666  guibg=#eeeedd  " visual-Markierung
    3.56 +  hi VisualNOS       gui=bold,underline
    3.57 +  hi WarningMsg      gui=bold       guifg=Red
    3.58 +  hi WildMenu                       guifg=Black    guibg=Yellow
    3.59 +
    3.60 +  hi DiffAdd                                       guibg=White
    3.61 +  hi DiffChange                                    guibg=#edb5cd
    3.62 +  hi DiffDelete      gui=bold       guifg=#6666ff  guibg=#f6e8d0
    3.63 +  hi DiffText        gui=bold                      guibg=#ff8060
    3.64 +
    3.65 +  hi Cursor                         guifg=bg       guibg=fg       " der char unter dem Cursor
    3.66 +  hi CursorLine                                    guibg=#cccccc  " the line that the cursor is
    3.67 +  hi lCursor                        guifg=bg       guibg=fg       "??
    3.68 +
    3.69 +  hi MatchParen                                    guibg=#aacc00
    3.70 +
    3.71 +  hi Pmenu                          guifg=#aaaaaa  guibg=#333333
    3.72 +  hi PmenuSel       gui=bold        guifg=#cccccc  guibg=#666666
    3.73 +
    3.74 +" syntax
    3.75 +  hi Comment                        guifg=#008000
    3.76 +  hi Constant                       guifg=#800000
    3.77 +  hi Special         gui=bold       guifg=#000000                  " php-tags, Sonderzeichen, Klammern
    3.78 +  hi Identifier                     guifg=#000080
    3.79 +  hi Statement       gui=bold       guifg=#000080                  " reservierte Worte
    3.80 +  hi PreProc                        guifg=#800000
    3.81 +  hi Type            gui=none       guifg=#0000aa                  " attribute (z.B. style, title, name)
    3.82 +  hi Igrore                         guifg=bg
    3.83 +  hi Error           gui=bold       guifg=#ffffff  guibg=#ff0000
    3.84 +  hi Todo                           guifg=#000000  guibg=#eecc00
    3.85 +
    3.86 +
    3.87 +
    3.88 +
    3.89 +
    3.90 +"##    COLOR-TERM    ##########################################################
    3.91 +
    3.92 +" Globals
    3.93 +  hi FoldColumn      ctermfg=0      ctermbg=0     cterm=bold
    3.94 +  hi Folded          ctermfg=0      ctermbg=0     cterm=bold
    3.95 +  hi LineNr          ctermfg=0      ctermbg=0     cterm=bold
    3.96 +
    3.97 +  hi StatusLine                                   cterm=reverse 
    3.98 +  hi StatusLineNC    ctermfg=0      ctermbg=7     cterm=bold,reverse
    3.99 +  hi VertSplit       ctermfg=0      ctermbg=0     cterm=bold
   3.100 +
   3.101 +  hi SpecialKey      ctermfg=4 
   3.102 +  hi NonText         ctermfg=4                    cterm=bold
   3.103 +  hi Directory       ctermfg=4 
   3.104 +  hi ErrorMsg        cterm=bold     ctermfg=7     ctermbg=1 
   3.105 +  hi IncSearch       cterm=reverse 
   3.106 +  hi Search          ctermbg=3
   3.107 +  hi MoreMsg         ctermfg=2 
   3.108 +  hi ModeMsg         cterm=bold 
   3.109 +  hi Question        ctermfg=2 
   3.110 +  hi Title           ctermfg=5 
   3.111 +
   3.112 +  hi Visual          cterm=reverse 
   3.113 +  hi VisualNOS       cterm=bold,underline 
   3.114 +
   3.115 +  hi WarningMsg      ctermfg=1 
   3.116 +
   3.117 +  hi WildMenu        ctermfg=0      ctermbg=7
   3.118 +
   3.119 +  hi DiffAdd         ctermbg=4 
   3.120 +  hi DiffChange      ctermbg=5 
   3.121 +  hi DiffDelete      cterm=bold     ctermfg=4      ctermbg=6 
   3.122 +  hi DiffText        cterm=bold     ctermbg=1 
   3.123 +
   3.124 +
   3.125 +" syntax
   3.126 +  hi Comment         cterm=bold    ctermfg=2
   3.127 +  hi Constant        ctermfg=1
   3.128 +  hi Special         ctermfg=5
   3.129 +  hi Identifier      cterm=bold    ctermfg=4 
   3.130 +  hi Statement       ctermfg=3
   3.131 +  hi PreProc         ctermfg=7
   3.132 +  hi Type            ctermfg=6
   3.133 +  hi Ignore          cterm=bold     ctermfg=7
   3.134 +  hi Error           cterm=bold     ctermfg=7      ctermbg=1
   3.135 +  hi Todo            ctermfg=0      ctermbg=3
   3.136 +
   3.137 +" 0 = black
   3.138 +" 1 = red
   3.139 +" 2 = green
   3.140 +" 3 = yellow
   3.141 +" 4 = blue
   3.142 +" 5 = magenta
   3.143 +" 6 = cyan
   3.144 +" 7 = white
   3.145 +
   3.146 +
   3.147 +
   3.148 +
   3.149 +
   3.150 +
   3.151 +"##   TERM   ##################################################################
   3.152 +
   3.153 +" Globals
   3.154 +  hi LineNr          term=underline 
   3.155 +  hi FoldColumn      term=standout 
   3.156 +  hi Folded          term=standout
   3.157 +  hi StatusLine      term=bold,reverse
   3.158 +  hi StatusLineNC    term=reverse   
   3.159 +  hi SpecialKey      term=bold     
   3.160 +  hi NonText         term=bold    
   3.161 +  hi Directory       term=bold   
   3.162 +  hi ErrorMsg        term=standout
   3.163 +  hi IncSearch       term=reverse 
   3.164 +  hi Search          term=reverse 
   3.165 +  hi MoreMsg         term=bold     
   3.166 +  hi ModeMsg         term=bold    
   3.167 +  hi Question        term=standout 
   3.168 +  hi VertSplit       term=reverse  
   3.169 +  hi Title           term=bold     
   3.170 +  hi Visual          term=reverse 
   3.171 +  hi VisualNOS       term=bold,underline
   3.172 +  hi WarningMsg358878      term=standout 
   3.173 +  hi WildMenu        term=standout 
   3.174 +  hi DiffAdd         term=bold    
   3.175 +  hi DiffChange      term=bold   
   3.176 +  hi DiffDelete      term=bold  
   3.177 +  hi DiffText        term=reverse 
   3.178 +
   3.179 +
   3.180 +" syntax 
   3.181 +  hi Comment         term=bold      
   3.182 +  hi Constant        term=underline
   3.183 +  hi Special         term=bold     
   3.184 +  hi Identifier      term=underline
   3.185 +  hi Statement       term=bold     
   3.186 +  hi PreProc         term=underline
   3.187 +  hi Type            term=underline
   3.188 + " hi Ignore         
   3.189 +  hi Error           term=reverse  
   3.190 +  hi Todo            term=standout 
   3.191 +
   3.192 +
   3.193 +
   3.194 +
   3.195 +
   3.196 +
   3.197 +
   3.198 +
   3.199 +
   3.200 +
   3.201 +
   3.202 +"" Set 'background' back to the default.  The value can't always be estimated
   3.203 +"" and is then guessed.
   3.204 +"hi clear Normal
   3.205 +"set bg&
   3.206 +"" Remove all existing highlighting and set the defaults.
   3.207 +"hi clear
   3.208 +"" Load the syntax highlighting defaults, if it's enabled.
   3.209 +"if exists("syntax_on")
   3.210 +"  syntax reset
   3.211 +"endif
   3.212 +"" vim: sw=2
   3.213 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/.vimrc	Sat Apr 14 12:05:55 2007 +0200
     4.3 @@ -0,0 +1,74 @@
     4.4 +set nocompatible
     4.5 +"source $VIMRUNTIME/vimrc_example.vim
     4.6 +"source $VIMRUNTIME/mswin.vim
     4.7 +"behave mswin
     4.8 +"
     4.9 +
    4.10 +
    4.11 +"set columns=150 lines=50
    4.12 +"maximiert starten
    4.13 +"au GUIEnter * simalt ~x
    4.14 +
    4.15 +"set guifont=Courier_New:h8:cANSI
    4.16 +set guifont=Terminus\ 9
    4.17 +
    4.18 +"Scrollbar bottom
    4.19 +set guioptions+=b
    4.20 +
    4.21 +"Cursorblinken abstellen
    4.22 +set guicursor+=a:blinkon0
    4.23 +
    4.24 +
    4.25 +set nocursorline
    4.26 +
    4.27 +set expandtab
    4.28 +set shiftwidth=2
    4.29 +set softtabstop=2
    4.30 +set tabstop=2
    4.31 +
    4.32 +syntax on
    4.33 +
    4.34 +set number
    4.35 +
    4.36 +set nowrap
    4.37 +
    4.38 +set ic
    4.39 +
    4.40 +set scrolloff=4         " min. number of lines above/below cursor
    4.41 +
    4.42 +set nobackup
    4.43 +set viminfo+=%
    4.44 +set shortmess+=sI
    4.45 +
    4.46 +"let php_sql_query = 1
    4.47 +"let php_htmlInStrings = 1
    4.48 +
    4.49 +set foldenable  "start with folding enabled
    4.50 +let php_folding=2  "foldable at all { and }
    4.51 +set foldmethod=syntax
    4.52 +set foldcolumn=4
    4.53 +
    4.54 +set foldlevel=99  "to start with all folds open
    4.55 +set foldopen=""
    4.56 +set foldclose=""
    4.57 +
    4.58 +
    4.59 +
    4.60 +set noerrorbells
    4.61 +"set visualbell
    4.62 +
    4.63 +
    4.64 +set sidescroll=1  " number of chars to scroll content right-left
    4.65 +set sidescrolloff=10  " number of chars to view between cursor and window-border
    4.66 +
    4.67 +set winheight=10  " height of frame when it was smaller and gets focus
    4.68 +set winminheight=0  " height of frame when minimized
    4.69 +
    4.70 +
    4.71 +set whichwrap=""
    4.72 +
    4.73 +set path=.,~/Prog
    4.74 +
    4.75 +"cd z:/maka/eis
    4.76 +
    4.77 +colorscheme meillo_self