Automated merge with file:///media/usb0/gav-pull/skel
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 02 Jan 2011 13:27:14 +0200 (2011-01-02)
changeset 121 e9106b2d67fb
parent 114 2f28c595d710 (diff)
parent 120 0bb02028ec62 (current diff)
child 122 0933354b531d
Automated merge with file:///media/usb0/gav-pull/skel
.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
--- 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 <dir>
+hgext.graphlog =
 ; hgext.win32text =
 
 ; [encode]
--- 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*"
--- /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
+
--- /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
--- 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
--- 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.