public
Description: My personal bash aliases and settings
Homepage:
Clone URL: git://github.com/oleganza/bash-settings.git
name age message
file README Tue Jan 20 08:33:05 -0800 2009 added README [oleganza]
file auto.sh Fri May 29 06:06:52 -0700 2009 usage info in auto.sh [oleganza]
directory common/ Tue Aug 04 05:06:15 -0700 2009 gitoneletteraliases lazy-loading command for on... [oleganza]
directory desktop/ Mon Jun 22 09:29:09 -0700 2009 added rack/merb app reloading alias ru -> touch... [oleganza]
file local.sh Tue Aug 04 04:58:33 -0700 2009 moved git-one-letter-aliases into local.sh [oleganza]
file remote.sh Fri May 29 05:55:59 -0700 2009 refactored local/remote files, added macosx fix [oleganza]
directory server/ Fri Jan 23 01:56:57 -0800 2009 misc updates [oleganza]
README
HOW TO

  1. clone this repo to ~/.bash
  2. add the following line into ~/.bash_login (or .bashrc):

    . ~/.bash/<configuration-name>.sh
  
  3. reload the shell

DIRECTORY STRUCTURE

  /*.sh      # particular configuration (my-server.sh, my-macbook.sh etc.)
  /common    # environment-independant settings and aliases
  /desktop   # settings relevant to Mac OS X desktop computers
  /server    # settings relevant to servers (mostly Linux-related) 

Files are stored in ÜTF±8 encoding.