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.
- Host: GitHub
- URL: https://github.com/angrymaciek/angry-bash
- Owner: AngryMaciek
- License: gpl-3.0
- Created: 2020-04-19T09:35:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T12:35:06.000Z (over 2 years ago)
- Last Synced: 2025-09-09T07:53:53.487Z (9 months ago)
- Topics: bash, bash-configuration
- Language: Shell
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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