Added support to install using bpkg.
parent
4d2a8fe62b
commit
8d82d89a81
|
|
@ -8,10 +8,18 @@ Includes autocompletion, themes, aliases, custom functions, a few stolen pieces
|
|||
|
||||
## Install
|
||||
|
||||
### Using Git
|
||||
|
||||
1. Check a clone of this repo: `git clone https://github.com/revans/bash-it.git ~/.bash_it`
|
||||
2. Run `~/.bash_it/install.sh` (it automatically backs up your `~/.bash_profile`)
|
||||
3. Edit your `~/.bash_profile` file in order to customize bash-it.
|
||||
|
||||
### Using bpkg
|
||||
|
||||
```
|
||||
bpkg install bash-it
|
||||
```
|
||||
|
||||
**NOTE:**
|
||||
The install script will also prompt you asking if you use [Jekyll](https://github.com/mojombo/jekyll).
|
||||
This is to set up the `.jekyllconfig` file, which stores info necessary to use the Jekyll plugin.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "bash-it",
|
||||
"version": "1.0.0",
|
||||
"description": "A community bash framework.",
|
||||
"install": "./install.sh"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue