From 6c6303a9f3479f43e1d12b90b804d5545a1a8a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Tue, 21 Jan 2014 01:03:50 +0100 Subject: [PATCH] add Xdefaults, even this is useless on 99% of hosts --- Xdefaults | 39 +++++++++++++++++++++++++++++++++++++++ init.sh | 1 + 2 files changed, 40 insertions(+) create mode 100644 Xdefaults diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 0000000..809b3cb --- /dev/null +++ b/Xdefaults @@ -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~ diff --git a/init.sh b/init.sh index 1f9b794..8d257a0 100755 --- a/init.sh +++ b/init.sh @@ -5,4 +5,5 @@ ln -snf `pwd`/zshrc.local ~/.zshrc.local ln -snf `pwd`/zshrc.pre ~/.zshrc.pre ln -snf `pwd`/gitconfig ~/.gitconfig ln -snf `pwd`/screenrc ~/.screenrc +ln -snf `pwd`/Xdefaults ~/.Xdefaults wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc