From 9d3bfef8e863af457b10bdd91e0e58bef20dae71 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 4 Nov 2005 05:41:47 +0000 Subject: [PATCH] update home-base --- .bash_logout | 7 +++++++ .bashrc | 22 ++++++++++++++++------ .cdserverrc | 5 +++++ .dput.cf | 10 ++++++++++ .emacs | 14 ++++++++++---- .grep-dctrl-banner-shown | 0 .sarc | 5 +++++ .todorc | 1 + wgetrc | 1 + 9 files changed, 55 insertions(+), 10 deletions(-) create mode 100644 .bash_logout create mode 100644 .cdserverrc create mode 100644 .dput.cf create mode 100644 .grep-dctrl-banner-shown create mode 100644 .sarc create mode 100644 .todorc create mode 100644 wgetrc diff --git a/.bash_logout b/.bash_logout new file mode 100644 index 0000000..8ce2384 --- /dev/null +++ b/.bash_logout @@ -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 a9fee9e..6222be4 100644 --- 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 index 0000000..983ce18 --- /dev/null +++ b/.cdserverrc @@ -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 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 753b167..24c1962 100644 --- 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)) @@ -35,12 +36,13 @@ '(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) @@ -163,9 +165,13 @@ ) (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 index 0000000..e69de29 diff --git a/.sarc b/.sarc new file mode 100644 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 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 index 0000000..1b94883 --- /dev/null +++ b/wgetrc @@ -0,0 +1 @@ +robots=off -- 2.39.2