From 7b335d9442411d226993af47e05084c6742ca0ad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 28 May 2011 16:21:33 -0400 Subject: Make things more robust, I'm no longer on just Ubuntu. --- .git.info.exclude | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index e950474..138f882 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -56,17 +56,13 @@ tmp .gconfd/saved_state .esd_auth .recently-used.xbel* - -# Include these non-dotfiles -!bin -!bin/v-www-browser -!bin/v-editor -!bin/editor - -!share -!share/nano -!share/nano/*.nanorc +.pulse +.pulse-cookie +.pki # Ignore these files for no good reason .terminfo -.wine* \ No newline at end of file +.wine* +.prefix +.offlineimap + -- cgit v1.2.3-2-g168b From a6d337305cb46507e73296c056612d33a314300b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 29 May 2011 22:57:17 -0400 Subject: Generate .nanorc dynamicly --- .git.info.exclude | 3 +++ 1 file changed, 3 insertions(+) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index 138f882..5d469b4 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -8,6 +8,9 @@ !.*/*/*/* !.*/*/*/*/* +# Or Makefile +!Makefile + # Ignore these for privacy .ssh/* .netrc -- cgit v1.2.3-2-g168b From 7e842cfd399c0bea9d480d5fa7a18dfa06bb6a60 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 2 Jun 2011 23:19:42 -0400 Subject: This is what happens when I use Parabola for a day. --- .git.info.exclude | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index 5d469b4..581f365 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -33,6 +33,7 @@ tmp .~lock.*# *_history *authority +*.cookie # Ignore these special-purpose cache/temp files .xsession-errors* @@ -63,9 +64,15 @@ tmp .pulse-cookie .pki +# Ignore files that are autogenerated +.folders +.nanorc + # Ignore these files for no good reason .terminfo .wine* .prefix .offlineimap - +.crontab.local +.elmo +.ido.last -- cgit v1.2.3-2-g168b From d052487a09ed53cbdedd4d55fb6d548a0a30a1af Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 20 Jun 2011 01:25:36 -0400 Subject: This is what happens after about 2 weeks of using Parabola. Note that .bashrc is increasing it's reliance on "thingutils" --- .git.info.exclude | 1 + 1 file changed, 1 insertion(+) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index 581f365..b101ad2 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -32,6 +32,7 @@ tmp \#*# .~lock.*# *_history +history.* *authority *.cookie -- cgit v1.2.3-2-g168b From 41be5454a224acda28025ac2a67d9ca27c80b5e9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 2 Jul 2011 14:57:54 -0400 Subject: Save/Load the alsa state from .alsa.save * .profile: load .alsa.save on login * .bash_logout: save the stat on logout * Makefile: save the state * .git.info.exclude: ignore .alsa.save --- .git.info.exclude | 1 + 1 file changed, 1 insertion(+) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index b101ad2..69a53f3 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -64,6 +64,7 @@ history.* .pulse .pulse-cookie .pki +.alsa.save # Ignore files that are autogenerated .folders -- cgit v1.2.3-2-g168b From d383205ac60fdcf39bf2b0f813d63f91cf6e9dd5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 2 Jul 2011 15:04:50 -0400 Subject: A bunch of different, small things * .bash_aliases: fix hardcoded location of dircolors * .bashrc: move daemon-starting to... * .profile: * .wl: set up SMTP, increase folder-window-width * .crontab: run make every 5 min. * .emacs: o load php-mode-improved, mmm-mode, dtrt-indent, folding o set default theme to color-theme-ttyp-dark (override for X11) o (setq default indent-tabs-mode t) o set up flymake for PHP * .git.info.exclude: ignore .bogofilter/* * .maildirproc/default.rc: tweak filters --- .git.info.exclude | 1 + 1 file changed, 1 insertion(+) (limited to '.git.info.exclude') diff --git a/.git.info.exclude b/.git.info.exclude index 69a53f3..d57169f 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -78,3 +78,4 @@ history.* .crontab.local .elmo .ido.last +.bogofilter/* -- cgit v1.2.3-2-g168b