Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericmeyer/bashrc
https://github.com/ericmeyer/bashrc
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmeyer/bashrc
- Owner: ericmeyer
- Created: 2011-05-06T19:47:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T12:19:58.000Z (over 5 years ago)
- Last Synced: 2024-10-04T22:21:28.402Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 83 KB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependencies
* Bash 4.0+
* vcprompt
* https://github.com/ericmeyer/vcprompt
* RVM
* Git# Installation
## Automatic
* `bash <(curl -L https://raw.githubusercontent.com/ericmeyer/bashrc/master/install.sh)`
## Manual
* `git clone https://github.com/ericmeyer/bashrc.git $BASH_CLONE_DIR`
* Add the following to your bash config file:
* `source "$HOME/.bash/source_all"`