https://github.com/rda3mon/bash-runtime
https://github.com/rda3mon/bash-runtime
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rda3mon/bash-runtime
- Owner: rda3mon
- License: apache-2.0
- Created: 2020-07-18T13:10:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T13:11:11.000Z (about 6 years ago)
- Last Synced: 2025-02-23T11:15:08.355Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bash-runtime
A bash configuration suitable for developers
# Installation
* Clone the repo `git clone git@github.com:rda3mon/bash-runtime.git ~/.bash_runtime`
* `echo -e "\nBASHRC_PATH=~/.bash_runtime\nsource $BASHRC_PATH/bashrc" >> ~/.bashrc` or `echo -e "\nBASHRC_PATH=~/.bash_runtime\nsource $BASHRC_PATH/bashrc" >> ~/.bash_profile` based on the environment
# Uninstallation
Remove `BASHRC_PATH=~/.bash_runtime` and `source \$BASHRC_PATH/bashrc` from `.bashrc` or `.bash_profile`
# TODO
* Autocomplete modules
* A suitable Theme
* Programmable completion
* Git colored branch and repo name