An open API service indexing awesome lists of open source software.

https://github.com/angrymaciek/angry-bash

Bash configuration which I use @ work.
https://github.com/angrymaciek/angry-bash

bash bash-configuration

Last synced: 5 months ago
JSON representation

Bash configuration which I use @ work.

Awesome Lists containing this project

README

          

# 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