Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fnmendez/bash-custom-config

Offers a flexible configuration for your bash, plenty of git helpers and more
https://github.com/fnmendez/bash-custom-config

bash config git git-shortcuts

Last synced: 30 days ago
JSON representation

Offers a flexible configuration for your bash, plenty of git helpers and more

Awesome Lists containing this project

README

        

## Bash Custom Configuration by [@fnmendez](https://github.com/fnmendez)

Assuming your default bash configuration file is `.bash_profile` run:

```
$ cd && echo "source ~/Bash/bash_config.sh" > .bash_profile
$ git clone https://github.com/fnmendez/bash-custom-config.git Bash
```

Recommended tools

[Autojump](https://github.com/wting/autojump)

[Thefuck](https://github.com/nvbn/thefuck)

[Direnv](https://github.com/direnv/direnv)

[Bash Git Prompt](https://github.com/magicmonty/bash-git-prompt)

[Git Completion](https://github.com/git/git/blob/master/contrib/completion/git-completion.bash)

Check my bash_config configuration ;)