Upd readme
This commit is contained in:
30
README.md
30
README.md
@@ -6,7 +6,6 @@
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Brew
|
### Brew
|
||||||
|
|
||||||
https://brew.sh/
|
https://brew.sh/
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@@ -14,7 +13,6 @@ https://brew.sh/
|
|||||||
```
|
```
|
||||||
|
|
||||||
### NeoVim
|
### NeoVim
|
||||||
|
|
||||||
https://github.com/neovim/neovim
|
https://github.com/neovim/neovim
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@@ -22,11 +20,9 @@ brew install neovim
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Ghostty
|
### Ghostty
|
||||||
|
|
||||||
https://ghostty.org/download
|
https://ghostty.org/download
|
||||||
|
|
||||||
### Starship
|
### Starship
|
||||||
|
|
||||||
https://starship.rs/
|
https://starship.rs/
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@@ -40,3 +36,29 @@ plugins=(
|
|||||||
...
|
...
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Bat
|
||||||
|
https://github.com/sharkdp/bat
|
||||||
|
|
||||||
|
```shell
|
||||||
|
brew install bat
|
||||||
|
```
|
||||||
|
|
||||||
|
### Eza
|
||||||
|
https://github.com/eza-community/eza
|
||||||
|
|
||||||
|
```shell
|
||||||
|
brew install eza
|
||||||
|
```
|
||||||
|
|
||||||
|
Add to `.zshrc`
|
||||||
|
```
|
||||||
|
plugins=(
|
||||||
|
...
|
||||||
|
eza
|
||||||
|
...
|
||||||
|
)
|
||||||
|
```
|
||||||
|
|
||||||
|
### Fzf
|
||||||
|
https://github.com/junegunn/fzf
|
||||||
|
|||||||
Reference in New Issue
Block a user