This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! rxvt-unicode-256color recommended | |
! @see http://websemantics.co.uk/resources/font_size_conversion_chart/ | |
! 16px media; 18px large; 24px x-large ... | |
URxvt.font:xft:WenQuanYi Zen Hei Mono:pixelsize=20:antialias=True | |
URxvt.boldFont:xft:WenQuanYi Zen Hei Mono:pixelsize=20:antialias=True | |
URxvt.inputMethod: fcitx | |
URxvt.preeditType: OnTheSpot,None | |
URxvt*termName: rxvt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
if [ -z "$1" ];then | |
echo "Usage:" | |
echo " proj2ram proj-name" | |
echo " proj2ram restore proj-name" | |
exit 1 | |
fi | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM shamelessly copied from git://github.com/justsoso8/dotfile.git | |
REM mintty installed which supports chinese | |
REM ======================================= | |
@echo off | |
rem find cygwin roo directory one by one | |
rem disk c -> disk d -> disk e | |
:CYGWIN_C | |
if not exist c:\cygwin64 goto CYGWIN_D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$CPAN::Config = { | |
'applypatch' => q[], | |
'auto_commit' => q[0], | |
'build_cache' => q[100], | |
'build_dir' => q[/root/.cpan/build], | |
'build_dir_reuse' => q[0], | |
'build_requires_install_policy' => q[yes], | |
'bzip2' => q[/bin/bzip2], | |
'cache_metadata' => q[1], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[apply] | |
whitespace = nowarn | |
[user] | |
name = Chen Bin | |
email = [email protected] | |
[core] | |
# @see http://comments.gmane.org/gmane.comp.version-control.git/166098 | |
filemode = true | |
ignorecase = false | |
autocrlf = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwmjzGrIlozQ7Uekc+LyfmlMxNcFyA/qXpygydglcax/klFOwrMPoYbOgaooLCv5qUKl7FjfA5poKYcARPqGzlBPM61TGW8tmWTmBb5WkUNi1FpBCd76OQ1fnKP4a4Fnl27CMYgl3UBa0B2vXlfDTHb+TTI+b3EEwHBeVUjWreeN1YEBmnR/i9FR+OGCpMu87jIrJt8OBddwiEvZEVhtvncqyHZ9AsGw2r9X+EDR88GqpkZwHG18gjax01NDQPJcwIKhLCJ3CcB7IVTdghOvG/jMtizmHyDvDelV9H8Oydn6RJ4Z/DStUQPXqgSlJNv55K4OEFw0MuaZFA9ItoRko8w== [email protected] |
NewerOlder