# HG changeset patch # User Oleksandr Gavenko # Date 1293967634 -7200 # Node ID e9106b2d67fbaa932062c06059d5499a182fa882 # Parent 2f28c595d710b488c3702e7b64437bc48a037c27# Parent 0bb02028ec623cc60627acb5db4e9c8e78ad25b8 Automated merge with file:///media/usb0/gav-pull/skel diff -r 0bb02028ec62 -r e9106b2d67fb .bashrc --- a/.bashrc Sun Jan 02 13:27:10 2011 +0200 +++ b/.bashrc Sun Jan 02 13:27:14 2011 +0200 @@ -26,7 +26,11 @@ # Don't store noisy/dumb items. # TIP: MC command start with space. -HISTIGNORE=" ?cd ..":" cd *":"e .":"sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":"vlc*":ls:pwd +HISTIGNORE=\ +"cd ..":"cd ../..":" cd *":\ +"e *":\ +"sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":\ +"vlc *":ls:pwd # To these options assigned default value, as they satisfy my needs I comment them. # HISTFILE=~/.bash_history # where is command history stored @@ -60,7 +64,7 @@ alias ..="cd .." #go to parent dir alias ...="cd ../.." #go to grandparent dir -alias -- -="cd -" #go to previous dir +alias -- -="cd -" # go to previous dir alias l.='ls -d .*' #list hidden files alias ll='ls -lhrt' #extra info compared to "l" alias lld='ls -lUd */' #list directories diff -r 0bb02028ec62 -r e9106b2d67fb .hgrc --- a/.hgrc Sun Jan 02 13:27:10 2011 +0200 +++ b/.hgrc Sun Jan 02 13:27:14 2011 +0200 @@ -19,6 +19,8 @@ hgext.fetch = hgext.mq = hgext.convert = +; Usage: hg glog +hgext.graphlog = ; hgext.win32text = ; [encode] diff -r 0bb02028ec62 -r e9106b2d67fb .mc/bashrc --- a/.mc/bashrc Sun Jan 02 13:27:10 2011 +0200 +++ b/.mc/bashrc Sun Jan 02 13:27:14 2011 +0200 @@ -1,7 +1,7 @@ # -*- mode: sh -*- -# ignorespace do not save lines that start with space -# erasedups all previous lines matching the current line to be removed from -# the history list before that line is saved -export HISTCONTROL=igrorespace:erasedups -export HISTIGNORE=" ?cd *":"e *":"sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":ls:pwd:"vlc*" +# TIP: MC command start with space. +export HISTIGNORE=$HISTIGNORE:\ +" cd *":" e *":\ +" sudo mv*":" sudo rm*":" sudo cp*":" sudo mkdir*":" sudo chmod *":" sudo chown *":\ +" ls*":" pwd*":" vlc*" diff -r 0bb02028ec62 -r e9106b2d67fb .nethackrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.nethackrc Sun Jan 02 13:27:14 2011 +0200 @@ -0,0 +1,10 @@ + +OPTIONS=color,hilite_pet,news +OPTIONS=number_pad +OPTIONS=!autopickup + +OPTIONS=name:gavenkoa +OPTIONS=catname:Catty +OPTIONS=dogname:Doggy +OPTIONS=horsename:Loshadka + diff -r 0bb02028ec62 -r e9106b2d67fb .tidy --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.tidy Sun Jan 02 13:27:14 2011 +0200 @@ -0,0 +1,10 @@ +gnu-emacs: yes +tab-size: 2 +indent: auto +indent-cdata: no +indent-attributes: yes +indent-spaces: 2 +punctuation-wrap: no +wrap: 120 +wrap-attributes: yes +newline: LF diff -r 0bb02028ec62 -r e9106b2d67fb Makefile --- a/Makefile Sun Jan 02 13:27:10 2011 +0200 +++ b/Makefile Sun Jan 02 13:27:14 2011 +0200 @@ -14,7 +14,8 @@ OVERRIDDEN_ITEMS = \ .inputrc .minttyrc .Xdefaults .xinitrc .xserverrc \ - .bashrc .mailsign .vimrc .ssh \ + .bashrc .vimrc .ssh \ + .mailsign .tidy \ .hgrc .hgignore .bazaar MANUALINSTALL_ITEMS = .mc IFNONEXIST_ITEMS = .wgetrc diff -r 0bb02028ec62 -r e9106b2d67fb README --- a/README Sun Jan 02 13:27:10 2011 +0200 +++ b/README Sun Jan 02 13:27:14 2011 +0200 @@ -4,15 +4,23 @@ $ make install -* Skeleton config file. +** Tidy. + +To enable Tidy config set HTML_TIDY env var: + + $ cat ~/.bashrc +... +HTML_TIDY = ~/.tidy + +* Structure. .mailsign signature for mail + .tidy + config for Tidy * Tips. -** Cygwin. - -*** ssh. +** Cygwin ssh. To point Cygwin ssh to your $HOME edit /etc/password for your user.