Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benzbrake/.ez-bash

benzBrake 自用 bash 功能扩充
https://github.com/benzbrake/.ez-bash

bash

Last synced: 14 days ago
JSON representation

benzBrake 自用 bash 功能扩充

Awesome Lists containing this project

README

        

# .ez-bash
benzBrake 自用 bash 功能扩充

## 食用方法
### 下载 .ez-bash
```shell
cd ~
git clone https://github.com/benzBrake/.ez-bash.git
chmod +x .ez-bash/*.bash .ez-bash/*/*.bash .ez-bash/*/*.sh
```
### 启用 .ez-bash

修改 `.bash_profile` 加入
```shell
export EZ_HOME=$HOME/.ez-bash
export EZ_THEME=agnoster
export EZ_PLUGINS=""
. ~/.ez-bash/ez.bash
```
重新打开 shell 即可启用

PS: agnoster 主题需要安装 powerline 字体,比如 Cascadia Mono PL。