AngryMaciek / angry-bash

Bash configuration which I use @ work.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angry Bash

Maciej Bak
Swiss Institute of Bioinformatics

My configuration and extensions for the bash.

Setup:

$ cd $HOME
$ git clone https://github.com/AngryMaciek/angry-bash.git
# backup current bash configuration
$ mv .bashrc .bashrc_backup
$ ln -s angry-bash/bashrc .bashrc
$ touch angry-bash/bashrc.local
# copy all the current local bash configs into bashrc.local

Repository

File/Directory Description
README.md (this file)
bashrc main config file
functions custom system commands
prompt prompt configuration
completion_scripts bash completion scripts
LICENSE GPL v3 license

License

GNU General Public License 3

About

Bash configuration which I use @ work.

License:GNU General Public License v3.0


Languages

Language:Shell 99.8%Language:Makefile 0.2%