Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benzbrake/.ez-bash
benzBrake 自用 bash 功能扩充
https://github.com/benzbrake/.ez-bash
bash
Last synced: 14 days ago
JSON representation
benzBrake 自用 bash 功能扩充
- Host: GitHub
- URL: https://github.com/benzbrake/.ez-bash
- Owner: benzBrake
- Created: 2019-08-19T03:34:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T03:44:38.000Z (about 1 month ago)
- Last Synced: 2024-11-18T04:37:10.759Z (about 1 month ago)
- Topics: bash
- Language: Shell
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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。