Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fnmendez/bash-custom-config
- Owner: fnmendez
- Created: 2019-08-11T21:50:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T22:47:19.000Z (about 3 years ago)
- Last Synced: 2025-01-11T01:16:57.712Z (about 1 month ago)
- Topics: bash, config, git, git-shortcuts
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ;)