add Xdefaults, even this is useless on 99% of hosts

master
Daniel Nägele 11 years ago
parent daa3f35c9e
commit 6c6303a9f3
  1. 39
      Xdefaults
  2. 1
      init.sh

@ -0,0 +1,39 @@
! rxvt-unicode ---------------------------------------------------------------
urxvt*background: #000000
urxvt*foreground: #949494
! black
urxvt*color0 : #0f0f0f
urxvt*color8 : #666666
! red
urxvt*color1 : #AA0000
urxvt*color9 : #EF2929
! green
urxvt*color2 : #4E9A06
urxvt*color10 : #8AE234
! yellow
urxvt*color3 : #C4A000
urxvt*color11 : #FCE94F
! blue
urxvt*color4 : #3465A4
urxvt*color12 : #87d7ff
! magenta
urxvt*color5 : #75507B
urxvt*color13 : #AD7FA8
! cyan
urxvt*color6 : #06cbdb
urxvt*color14 : #34E2E2
! white
urxvt*color7 : #949494
urxvt*color15 : #c4c4c4
urxvt*geometry: 800x600
urxvt*depth: 32
urxvt*scrollBar: false
urxvt*font: xft:ubuntumono:size=13,style=regular
urxvt*boldFont: xft:ubuntumono:size=13,style=bold
urxvt*urgentOnBell: true
urxvt*saveLines: 32767
urxvt*keysym.Home: \033[1~
urxvt*keysym.End: \033[4~

@ -5,4 +5,5 @@ ln -snf `pwd`/zshrc.local ~/.zshrc.local
ln -snf `pwd`/zshrc.pre ~/.zshrc.pre ln -snf `pwd`/zshrc.pre ~/.zshrc.pre
ln -snf `pwd`/gitconfig ~/.gitconfig ln -snf `pwd`/gitconfig ~/.gitconfig
ln -snf `pwd`/screenrc ~/.screenrc ln -snf `pwd`/screenrc ~/.screenrc
ln -snf `pwd`/Xdefaults ~/.Xdefaults
wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc

Loading…
Cancel
Save