Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-he95/zsh-install
快速安装zsh及插件工具
https://github.com/simon-he95/zsh-install
lazy-js-utils zsh-install
Last synced: 2 months ago
JSON representation
快速安装zsh及插件工具
- Host: GitHub
- URL: https://github.com/simon-he95/zsh-install
- Owner: Simon-He95
- Created: 2022-09-14T09:07:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:34:43.000Z (about 1 year ago)
- Last Synced: 2024-09-18T08:36:12.248Z (4 months ago)
- Topics: lazy-js-utils, zsh-install
- Language: Shell
- Homepage:
- Size: 495 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# :yum: 快速安装zsh及插件工具
## :rocket: 安装
```bash
npm i -g zsh-install
```## :boom: 新特性
- 默认会提供一些常用的插件供选择安装 例如 `ni` `degit` `fnm`## :raising_hand: 相关快捷命令
- [zshrc实用命令](https://github.com/Simon-He95/directory-configuration/tree/main/zshrc)## :eyes: 使用
```bash
zsh-install
```## :memo: 说明
- 会自动安装zsh及oh-my-zsh
- spaceship主题
- 插件:`zsh-z` `zsh-autosuggestions` `zsh-syntax-highlighting zsh-autocomplete`## :warning: 注意
- 自动匹配初始化的zshrc进行plugin的注入
- 如果已存在了默认的plugin,需要手动将plugin写入到zshrc中## :tea:
[请我喝一杯咖啡](https://github.com/Simon-He95/sponsor)## :question: 问题
[issues](https://github.com/Simon-He95/zsh-install/issues)## 依赖
- [lazy-js-utils](https://github.com/Simon-He95/lazy-js-utils)