dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

commit 0d56bf61e8d166f19135084322332527f67a7035
parent 921875c64829e51ac54a6dc1c33ed5194703e178
Author: Xiaodong Xu <[email protected]>
Date:   Sun Jul 15 21:13:16 +0800

Add aprc and pryrc

Diffstat:
.Xdefaults | 4++--
.Xdefaults.d/colors/euphrasia | 37+++++++++++++++++++++++++++++++++++++
.Xdefaults.d/colors/lich | 1+
.aprc | 24++++++++++++++++++++++++
.fehbg | 2+-
.pentadactylrc | 9++++++++-
.pryrc | 13+++++++++++++
.xinitrc | 4++--
.zshrc | 2+-
9 files changed, 89 insertions(+), 7 deletions(-)
diff --git a/.Xdefaults b/.Xdefaults @@ -1,6 +1,6 @@ ! ! author : Xu Xiaodong <[email protected]> -! modified : 2012 Jul 07 +! modified : 2012 Jul 15 ! !-- colorscheme & font --! @@ -30,10 +30,10 @@ URxvt.preeditType : Root URxvt.saveLines : 65535 !-- urxvt look --! -URxvt.cursorColor : #b89f63 URxvt.transparent : false URxvt.cursorBlink : false URxvt.scrollBar : false +URxvt.fading : 20 URxvt.externalBorder : 0 URxvt.internalBorder : 0 diff --git a/.Xdefaults.d/colors/euphrasia b/.Xdefaults.d/colors/euphrasia @@ -0,0 +1,37 @@ +! vim:ft=xdefaults +! euphrasia v. 1.0 +! by bohoomil + +! Xresources +URxvt*background: #000C1A +URxvt*foreground: #ACB4BF +URxvt*cursorColor: #335A80 + +! fg/bg for Xorg apps +!*background: #CFCFD9 +!*foreground: #1C2027 + +! black +*color0: #192033 +*color8: #666666 +! red +*color1: #A62A3E +*color9: #F04758 +! green +*color2: #38912B +*color10: #93C724 +! yellow +*color3: #B27D12 +*color11: #DDB62B +! blue +*color4: #355C9A +*color12: #45A3E6 +! magenta +*color5: #7C4F9F +*color13: #C953EF +! cyan +*color6: #258F8F +*color14: #60C6C8 +! white +*color7: #77858C +*color15: #C0C0C0 diff --git a/.Xdefaults.d/colors/lich b/.Xdefaults.d/colors/lich @@ -4,6 +4,7 @@ *.background : #222222 *.foreground : #eeeeee +*.cursorColor: #b89f63 *color0 : #222222 *color1 : #8E5C4E *color2 : #6C7E55 diff --git a/.aprc b/.aprc @@ -0,0 +1,24 @@ +AwesomePrint.defaults = { + :indent => 2, + :sort_keys => true, + :color => { + :args => :greenish, + :array => :pale, + :bigdecimal => :blue, + :class => :yellow, + :date => :greenish, + :falseclass => :red, + :fixnum => :blue, + :float => :blue, + :hash => :pale, + :keyword => :cyan, + :method => :purpleish, + :nilclass => :red, + :string => :yellowish, + :struct => :pale, + :symbol => :cyanish, + :time => :greenish, + :trueclass => :green, + :variable => :cyanish + } +} diff --git a/.fehbg b/.fehbg @@ -1 +1 @@ -feh --bg-tile '/home/xiaodong/pic/wall.png' +feh --bg-tile '/home/xiaodong/pic/pinstriped_suit.png' diff --git a/.pentadactylrc b/.pentadactylrc @@ -1,6 +1,6 @@ " " author: Xu Xiaodong <[email protected]> -" modified: 2011 May 07 +" modified: 2012 Jul 15 " "-- look --" @@ -21,3 +21,10 @@ set editor='urxvtc -e vim' "-- passthrough --" autocmd LocationChange www.google.com/reader/,mail.google.com :normal! <C-z> + +"-- style --" +style -name custom http://linuxtoy.org/* <<EOM +body { + background: #ffffff !important; +} +EOM diff --git a/.pryrc b/.pryrc @@ -0,0 +1,13 @@ +# +# author : Xu Xiaodong <[email protected]> +# modified : 2012 Jul 15 +# + +require 'term/ansicolor' +require 'awesome_print' + +include Term::ANSIColor + +Pry.config.editor = "vim" +Pry.config.prompt = proc { |obj, nest_level, _| "#{magenta}#{RUBY_VERSION}) #{yellow}#{nest_level}.#{obj} #{green}> #{reset}" } +Pry.config.print = proc { |output, value| Pry::Helpers::BaseHelpers.stagger_output("=> #{value.ai}", output) } diff --git a/.xinitrc b/.xinitrc @@ -1,7 +1,7 @@ #!/bin/sh # # author : Xu Xiaodong <[email protected]> -# modified : 2012 Jul 07 +# modified : 2012 Jul 15 # #-- powersave --# @@ -15,7 +15,7 @@ fcitx & #-- app --# xmodmap ~/.xmodmaprc & # swap Caps_Lock and Control_L -compton -cGb # add fancy shadows +compton -o 0.2 -l 1 -cGb # add fancy shadows autocutsel & # sync copy/paste buffers unclutter -idle 5 & # hide mouse cursor syndaemon -t -k -i 2 -d & # disable trackpad while typing diff --git a/.zshrc b/.zshrc @@ -1,6 +1,6 @@ # # author: Xu Xiaodong <[email protected]> -# modified: 2012 Jul 04 +# modified: 2012 Jul 11 # export ZSH=$HOME/code/oh-my-zsh