]> git.donarmstrong.com Git - home-base.git/commitdiff
update home-base
authorDon Armstrong <don@donarmstrong.com>
Fri, 4 Nov 2005 05:41:47 +0000 (05:41 +0000)
committerDon Armstrong <don@donarmstrong.com>
Fri, 4 Nov 2005 05:41:47 +0000 (05:41 +0000)
.bash_logout [new file with mode: 0644]
.bashrc
.cdserverrc [new file with mode: 0644]
.dput.cf [new file with mode: 0644]
.emacs
.grep-dctrl-banner-shown [new file with mode: 0644]
.sarc [new file with mode: 0644]
.todorc [new file with mode: 0644]
wgetrc [new file with mode: 0644]

diff --git a/.bash_logout b/.bash_logout
new file mode 100644 (file)
index 0000000..8ce2384
--- /dev/null
@@ -0,0 +1,7 @@
+# ~/.bash_logout: executed by bash(1) when login shell exits.
+
+# when leaving the console clear the screen to increase privacy
+
+case "`tty`" in
+    /dev/tty[0-9]) clear
+esac
diff --git a/.bashrc b/.bashrc
index a9fee9e1c1a38d50c7d6255d5bb79305217e6853..6222be40d9857afeb3b1d9547ac5ec7ff277568e 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -7,16 +7,26 @@ if [ "$PS1" ]; then
 
     # don't put duplicate lines in the history. See bash(1) for more options
     export HISTCONTROL=ignoredups
-    export EDITOR="/usr/bin/jed"
-    
+    if [ -x ~/bin/sane_editor ]; then
+       EDITOR=~/bin/sane_editor;
+    elif [ -x /usr/bin/jed ]; then
+       EDITOR="/usr/bin/jed";
+    elif [ -x /usr/bin/vi ]; then
+       EDITOR="/usr/bin/vi";
+    fi;
+
+    if [ -n "$EDITOR" ]; then
+       export EDITOR;
+    fi;
     # bts debian options
+
     export DEBEMAIL="don@debian.org"
 
     # enable color support of ls and also add handy aliases
     eval `dircolors -b`
     alias ls='ls --color=auto'
     alias gr='gimp-remote-2.2'
-    alias emc='gnuclient'
+    alias emc='sane_editor'
 
     # set a fancy prompt
     PS1='\u@\h:\w\$ '
@@ -32,9 +42,9 @@ if [ "$PS1" ]; then
 
     # enable programmable completion features (you don't need to enable
     # this, if it's already enabled in /etc/bash.bashrc).
-    #if [ -f /etc/bash_completion ]; then
-    #  . /etc/bash_completion
-    #fi
+    if [ -f /etc/bash_completion ]; then
+      . /etc/bash_completion;
+    fi;
     
     alias aumix2='aumix -d /dev/mixer1 -I'
     export LANG="en_US.UTF-8"
diff --git a/.cdserverrc b/.cdserverrc
new file mode 100644 (file)
index 0000000..983ce18
--- /dev/null
@@ -0,0 +1,5 @@
+# CD Server configuration file generated by libcdaudio 0.99.6.
+# Created Sat Jan 18 20:11:31 2003
+
+ACCESS=REMOTE
+SERVER=cddbp://us.freedb.org:80/ CDDB
diff --git a/.dput.cf b/.dput.cf
new file mode 100644 (file)
index 0000000..98ea2b0
--- /dev/null
+++ b/.dput.cf
@@ -0,0 +1,10 @@
+[DEFAULT]
+
+[rzlab]
+fqdn = rzlab.ucr.edu
+login = don
+incoming = ~/debian/archive/mini-dinstall/incoming
+allow_non-us_software = 1
+run_dinstall = 0
+post_upload_command = ssh don@rzlab.ucr.edu /usr/bin/mini-dinstall --batch
+method = scp
diff --git a/.emacs b/.emacs
index 753b167cd5113805a5081578656b874a1fb79349..24c1962fac9cecfea3039cbb2fe245c209f9b3a2 100644 (file)
--- a/.emacs
+++ b/.emacs
@@ -10,6 +10,7 @@
  '(debian-changelog-mailing-address "don@debian.org")
  '(display-time t)
  '(display-time-24hr-format t)
+ '(display-time-day-and-date t)
  '(display-time-mode t nil (time))
  '(global-auto-revert-mode t nil (autorevert))
  '(global-font-lock-mode t nil (font-lock))
  '(user-mail-address "don@donarmstrong.com"))
 (fset 'perl-mode 'cperl-mode)
 ;;(load-file "cperl-mode.el")
-(add-to-list 'load-path '"~/emacs_el/")
+(add-to-list 'load-path '"~/lib/emacs_el/")
 
 (require 'tex-site)
 (require 'psvn)
 (require 'cperl-mode)
 ;;(require 'ecasound)
+;;(require 'emacs-wiki)
 (require 'bibtex)
 (require 'post)
 
          )
 
 (fset 'insert-function-documentation
-   [?\C-x ?i home ?\C-k ?/ ?h ?o ?m ?e ?/ ?d ?o ?n ?/ ?t ?e ?m ?p ?l ?a ?t ?e ?s ?/ ?p ?e ?r ?l ?_ ?f ?u ?n ?c ?t ?i ?o ?n ?_ ?d ?o ?c ?u ?m ?e ?n ?t ?a ?t ?i ?o ?n return])
+   [?\C-x ?i home ?\C-k ?/ ?h ?o ?m ?e ?/ ?d ?o ?n ?/ ?l ?i ?b ?/ ?t ?e ?m ?p ?l ?a ?t ?e ?s ?/ ?p ?e ?r ?l ?_ ?f ?u ?n ?c ?t ?i ?o ?n ?_ ?d ?o ?c ?u ?m ?e ?n ?t ?a ?t ?i ?o ?n return])
 (global-set-key "\M-f" 'insert-function-documentation)
-     
+
+(eval-after-load "lilypond-mode" 
+  '(progn
+     (load-library "lyqi-mode")
+     (define-key LilyPond-mode-map "\C-cq" 'lyqi-mode)))
 
 (desktop-load-default)
-(desktop-read)
\ No newline at end of file
+(desktop-read)
diff --git a/.grep-dctrl-banner-shown b/.grep-dctrl-banner-shown
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/.sarc b/.sarc
new file mode 100644 (file)
index 0000000..beb875a
--- /dev/null
+++ b/.sarc
@@ -0,0 +1,5 @@
+~
+~/bin
+~/lib
+~/projects
+~/.hide
diff --git a/.todorc b/.todorc
new file mode 100644 (file)
index 0000000..7daf4b7
--- /dev/null
+++ b/.todorc
@@ -0,0 +1 @@
+timeout 10
\ No newline at end of file
diff --git a/wgetrc b/wgetrc
new file mode 100644 (file)
index 0000000..1b94883
--- /dev/null
+++ b/wgetrc
@@ -0,0 +1 @@
+robots=off