public
Description: My precious config files, and a script to keep them updated on various machines.
Homepage: http://inky.github.com/
Clone URL: git://github.com/inky/dotfiles.git
name age message
file .XCompose Wed Feb 04 08:40:57 -0800 2009 Renaming back to dotfiles [Liam Cooke]
directory .bash/ Mon Sep 14 04:24:48 -0700 2009 .bashrc refactored; ignoring accidental ^D again [inky]
file .bash_login Sun Aug 30 18:17:49 -0700 2009 source .bashrc on login [inky]
file .bashrc Sat Oct 31 12:08:56 -0700 2009 VT220 font. Let's see how long this lasts. Als... [inky]
file .gitignore Fri Jul 31 10:07:04 -0700 2009 ignore more files [inky]
file .inputrc Tue Feb 17 19:26:34 -0800 2009 Stole some good .inputrc options from elliottca... [inky]
file .irbrc Mon Feb 16 12:11:01 -0800 2009 irb: changed prompt + disabled auto-indent [inky]
directory .irssi/ Sun Feb 15 16:12:46 -0800 2009 One > is enough for anyone [inky]
directory .lineak/ Sat Feb 14 06:37:39 -0800 2009 Added Lineak settings [inky]
directory .mplayer/ Wed Feb 04 08:40:57 -0800 2009 Renaming back to dotfiles [Liam Cooke]
file .nanorc Wed Feb 04 08:40:57 -0800 2009 Renaming back to dotfiles [Liam Cooke]
file .plan Wed Feb 18 19:57:28 -0800 2009 .plan -- Terry Pratchett, The Colour of Magic [inky]
file .pythonrc.py Sat Jul 25 10:22:36 -0700 2009 Tidier pythonrc [inky]
file .rsync-filter Sun Feb 22 07:56:39 -0800 2009 Ignore .DS_Store [inky]
file .screenrc Fri Feb 20 11:53:26 -0800 2009 Minor .screenrc changes [inky]
directory .vim/ Thu Aug 27 06:32:31 -0700 2009 enable .textile syntax highlighting [inky]
file .vimrc Sat Nov 21 15:57:46 -0800 2009 Revert to Inconsolata; wider vim window; 2 spac... [inky]
file README.markdown Tue Sep 15 19:16:13 -0700 2009 Updated readme [inky]
file update.rb Wed Feb 25 12:49:23 -0800 2009 +syntax/ledger.vim, & fixing some ruby n00bishness [inky]
README.markdown

dotfiles

My precious config files, and a script to keep them updated on various machines.

Scripts

  • update.rb -- Update dotfiles in $HOME, on another machine, etc.

    ./update.rb user@host:  # defaults to 'common' fileset
    ./update.rb vim ~/
    ./update.rb --dry-run host:
    

Configuration files

  • .bashrc, .bash_login, .bash/ -- Bash settings, tested with OS X, Linux, Solaris and FreeBSD. Machine-specific settings are saved to .bashrc.local.

  • .inputrc -- Terminal input settings.

  • .irbrc -- Ruby startup file.

  • .irssi/inky.theme -- My Irssi theme; just a modification of the default theme.

  • .pythonrc.py -- Python interactive startup file.

  • .rsync-filter -- Some useful defaults for ignoring certain files when using rsync.

  • .screenrc -- Used with Debian; will probably work in other environments.

  • .vimrc, .vim/ -- Used with vim & MacVim.

No longer used

  • .lineak/lineakd.conf -- Lineak settings, for mapping music keys in Linux. Used with a Dell Inspiron 9300.

  • .mplayer/config -- mplayer settings. Used with Debian and Ubuntu.

  • .nanorc

  • .XCompose -- Putting the meta key to good use. Used with Debian and Ubuntu.