From 37f0a3c699e9fff1577047b5af4a08d633df527b Mon Sep 17 00:00:00 2001 From: Valeriy Filippov Date: Fri, 6 Mar 2026 13:01:51 +0300 Subject: [PATCH] Update readmes --- README.md | 43 ++++++++++++++++++++++++++++++++++++++++++- ghostty/README.md | 2 +- nvim/README.md | 14 +++----------- 3 files changed, 46 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b26c493..171d942 100644 --- a/README.md +++ b/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 + ... +) +``` diff --git a/ghostty/README.md b/ghostty/README.md index 8abe56b..fac0a3b 100644 --- a/ghostty/README.md +++ b/ghostty/README.md @@ -2,6 +2,6 @@ Add to your default ghostty config in `~/Library/Application Support/com.mitchellh.ghostty/config` for use this file -```txt +``` config-file = ~/.config/ghostty/config ``` diff --git a/nvim/README.md b/nvim/README.md index 248e611..3cf68ba 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -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/), но так же можно найти репозитории необходимых зависимостей и учтановить их другими методами. - -### Установка neovim - -```bash -# https://github.com/neovim/neovim -brew install neovim -``` - -### Установка зависимостей +### Requirements ```bash # https://github.com/junegunn/fzf