public
Fork of oleganza/bash-settings
Description: My personal bash aliases and settings
Homepage:
Clone URL: git://github.com/fs/bash-settings.git
name age message
file README Tue Jan 20 08:33:05 -0800 2009 added README [oleganza]
directory common/ Loading commit data...
file desktop.sh
directory desktop/
file mbp-pierlocopter.sh Sun Feb 15 10:20:44 -0800 2009 rc alias changes folder to ~/.bash [oleganza]
file server.sh Fri Jan 23 01:56:57 -0800 2009 misc updates [oleganza]
directory server/ Fri Jan 23 01:56:57 -0800 2009 misc updates [oleganza]
file timurv.sh
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.