From f352d152b3ecefb8ae8acc95eaa73735f95ac938 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 14:31:51 -0400 Subject: .gtkrc-2.0: oxygen ftw --- .gtkrc-2.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 index 39ee122..06fa847 100644 --- a/.gtkrc-2.0 +++ b/.gtkrc-2.0 @@ -1,7 +1,7 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -gtk-theme-name="Raleigh" +gtk-theme-name="oxygen-gtk" gtk-icon-theme-name="oxygen" gtk-font-name="Sans 10" gtk-cursor-theme-name="Vanilla-DMZ" -- cgit v1.2.3 From bcb74a7b9567b8ded2f816b49b51f7e8139a2cfb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 14:32:10 -0400 Subject: .irbrc: save the history --- .irbrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.irbrc b/.irbrc index 7596d96..0d2f5b4 100644 --- a/.irbrc +++ b/.irbrc @@ -1 +1,4 @@ require 'rubygems' unless defined? Gem # only needed in 1.8 +require 'irb/ext/save-history' +IRB.conf[:SAVE_HISTORY] = 1000 +IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-save-history" \ No newline at end of file -- cgit v1.2.3 From 72f7e67b8016c98118854f3c06360340fa4a56b5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 14:35:08 -0400 Subject: .config/gtk-2.0: ignore the transient file gtkfilechooser.ini --- .config/gtk-2.0/.gitignore | 1 + .config/gtk-2.0/gtkfilechooser.ini | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) create mode 100644 .config/gtk-2.0/.gitignore delete mode 100644 .config/gtk-2.0/gtkfilechooser.ini diff --git a/.config/gtk-2.0/.gitignore b/.config/gtk-2.0/.gitignore new file mode 100644 index 0000000..67b1609 --- /dev/null +++ b/.config/gtk-2.0/.gitignore @@ -0,0 +1 @@ +gtkfilechooser.ini diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini deleted file mode 100644 index 7cb92de..0000000 --- a/.config/gtk-2.0/gtkfilechooser.ini +++ /dev/null @@ -1,12 +0,0 @@ -[Filechooser Settings] -LastFolderUri=file:///home/luke -LocationMode=filename-entry -ShowHidden=false -ShowSizeColumn=true -GeometryX=287 -GeometryY=99 -GeometryWidth=792 -GeometryHeight=585 -SortColumn=name -SortOrder=ascending -StartupMode=recent -- cgit v1.2.3 From 8ca396d90d2f93506b2aa5a10143aadd2284c55d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 14:37:59 -0400 Subject: remove a few symlinks --- .config/symlinks | 3 --- .gimp-2.6 | 1 - .gimp-2.8 | 1 - .netbeans | 1 - 4 files changed, 6 deletions(-) delete mode 120000 .gimp-2.6 delete mode 120000 .gimp-2.8 delete mode 120000 .netbeans diff --git a/.config/symlinks b/.config/symlinks index 3d87984..27b837d 100644 --- a/.config/symlinks +++ b/.config/symlinks @@ -11,13 +11,10 @@ .config/bazaar/ .bazaar .config/cpan/ .cpan .config/emacs/ .emacs.d -.config/gimp-2.6/ .gimp-2.6 -.config/gimp-2.8/ .gimp-2.8 .config/maildirproc/ .maildirproc .config/mozilla/ .mozilla # .config/mplayer/ .mplayer .config/nanorc .nanorc -.config/netbeans/ .netbeans .config/purple/ .purple .config/ssh/ .ssh # .config/subversion/ .subversion diff --git a/.gimp-2.6 b/.gimp-2.6 deleted file mode 120000 index bc9fb52..0000000 --- a/.gimp-2.6 +++ /dev/null @@ -1 +0,0 @@ -.config/gimp-2.6/ \ No newline at end of file diff --git a/.gimp-2.8 b/.gimp-2.8 deleted file mode 120000 index fd36916..0000000 --- a/.gimp-2.8 +++ /dev/null @@ -1 +0,0 @@ -.config/gimp-2.8/ \ No newline at end of file diff --git a/.netbeans b/.netbeans deleted file mode 120000 index 3ca44ab..0000000 --- a/.netbeans +++ /dev/null @@ -1 +0,0 @@ -.config/netbeans/ \ No newline at end of file -- cgit v1.2.3 From a0b1f63e780eac788077ccad8c80dffc60fc8b3f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 14:38:48 -0400 Subject: .profile.local: fix for not executing from $HOME --- .profile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.local b/.profile.local index 4ee523a..cd45884 100644 --- a/.profile.local +++ b/.profile.local @@ -3,7 +3,7 @@ # Start background programs ########################################## if [ -x "`which daemon`" ]; then daemon -i maildirproc.att maildirproc - daemon -i maildirproc.purdue maildirproc -r .maildirproc/purdue.rc + daemon -i maildirproc.purdue maildirproc -r ~/.maildirproc/purdue.rc daemon batterymon 20 " pactl set-sink-volume 0 100%; pactl set-sink-mute 0 0; -- cgit v1.2.3 From bf09ef0fa0273176d7bd91cee9f80fd7b78b9724 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 14:39:12 -0400 Subject: .profile.local: switch from Pulse back to ALSA --- .profile.local | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.profile.local b/.profile.local index cd45884..25b322b 100644 --- a/.profile.local +++ b/.profile.local @@ -5,8 +5,7 @@ if [ -x "`which daemon`" ]; then daemon -i maildirproc.att maildirproc daemon -i maildirproc.purdue maildirproc -r ~/.maildirproc/purdue.rc daemon batterymon 20 " - pactl set-sink-volume 0 100%; - pactl set-sink-mute 0 0; + amixer sset Master unmute 100%; espeak 'PLUG ME IN'; sleep .2;" fi -- cgit v1.2.3 From 9b1cd870ad6968a79ca6ade38014a466290dbe9f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 14:40:21 -0400 Subject: .ssh/config: configure hosts --- .ssh/config | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.ssh/config b/.ssh/config index 63519e1..1debee4 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,12 +4,18 @@ Host * ControlPath ~/.ssh/master-%r@%h:%p Compression yes -# Parabola Repo Server -Host parabola - Port 1863 - HostName repo.parabolagnulinux.org - User repo - Host lore HostName lore.cs.purdue.edu User shumakl + +Host repo + Port 1863 + HostName repo.parabolagnulinux.org + +Host rshg054 + Port 1863 + HostName parabolagnulinux.org + +Host lukeshu + Port 1863 + HostName 199.180.255.147 -- cgit v1.2.3