chipiga / bash-settings

My personal bash aliases and settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

My personal bash aliases and settings


Languages

Language:Shell 100.0%