Valeriy Filippov ea633fcb1f Upd readme
2026-03-06 15:16:41 +03:00
2026-03-06 13:01:51 +03:00
2026-03-06 13:30:31 +03:00
2026-03-06 15:16:33 +03:00
2026-03-06 15:16:33 +03:00
2026-03-06 15:16:41 +03:00
2026-03-06 13:01:41 +03:00

Note

  • My preferred method of installation is Homebrew, 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/

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

NeoVim

https://github.com/neovim/neovim

brew install neovim

Ghostty

https://ghostty.org/download

Starship

https://starship.rs/

brew install starship

Add to .zshrc

plugins=(
  ...
  starship
  ...
)

Bat

https://github.com/sharkdp/bat

brew install bat

Eza

https://github.com/eza-community/eza

brew install eza

Add to .zshrc

plugins=(
  ...
  eza
  ...
)

Fzf

https://github.com/junegunn/fzf

Description
Конфигурационные файлы приложений и утилит
Readme 162 KiB
Languages
Lua 93.8%
Shell 6.2%