Update readmes

This commit is contained in:
Valeriy Filippov
2026-03-06 13:01:51 +03:00
parent 5105e92e5f
commit 37f0a3c699
3 changed files with 46 additions and 13 deletions

View File

@@ -1 +1,42 @@
Файлы необходимо распологать в директории `~/.config`
> [!NOTE]
> - My preferred method of installation is [Homebrew](https://brew.sh/), but it doesn't restrict the possibility of installing using other methods.
>
> - Files must be stored in the `~/.config` directory.
## Installation
### Brew
https://brew.sh/
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
### NeoVim
https://github.com/neovim/neovim
```shell
brew install neovim
```
### Ghostty
https://ghostty.org/download
### Starship
https://starship.rs/
```shell
brew install starship
```
Add to `.zshrc`
```
plugins=(
...
starship
...
)
```