Update readmes
This commit is contained in:
43
README.md
43
README.md
@@ -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
|
||||||
|
...
|
||||||
|
)
|
||||||
|
```
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
Add to your default ghostty config in `~/Library/Application Support/com.mitchellh.ghostty/config` for use this file
|
Add to your default ghostty config in `~/Library/Application Support/com.mitchellh.ghostty/config` for use this file
|
||||||
|
|
||||||
```txt
|
```
|
||||||
config-file = ~/.config/ghostty/config
|
config-file = ~/.config/ghostty/config
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,15 +1,7 @@
|
|||||||
### NB
|
>[!NOTE]
|
||||||
|
> - My preferred method of installation is [Homebrew](https://brew.sh/), but it doesn't restrict the possibility of installing using other methods.
|
||||||
|
|
||||||
Мой предпочитаемый вариант установки [brew](https://brew.sh/), но так же можно найти репозитории необходимых зависимостей и учтановить их другими методами.
|
### Requirements
|
||||||
|
|
||||||
### Установка neovim
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# https://github.com/neovim/neovim
|
|
||||||
brew install neovim
|
|
||||||
```
|
|
||||||
|
|
||||||
### Установка зависимостей
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# https://github.com/junegunn/fzf
|
# https://github.com/junegunn/fzf
|
||||||
|
|||||||
Reference in New Issue
Block a user