Valeriy Filippov 59c0722f25 Add ansible LSP
2026-03-11 16:34:25 +03:00
2026-03-06 13:01:51 +03:00
2026-03-11 16:34:25 +03:00
2026-03-06 15:16:33 +03:00
2026-03-06 15:16:33 +03:00
2026-03-11 09:42:47 +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

Doggo

https://github.com/mr-karan/doggo

brew install doggo

Eza

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

brew install eza

Add to .zshrc

plugins=(
  ...
  eza
  ...
)

Fzf

https://github.com/junegunn/fzf

brew install fzf

Add to .zshrc

plugins=(
  ...
  fzf
  ...
)

Kubectx & kubens

https://github.com/ahmetb/kubectx

brew install kubectx

k9s

https://github.com/derailed/k9s

brew install k9s

Add to .zshrc

plugins=(
  ...
  k9s
  ...
)

LazyGit

https://github.com/jesseduffield/lazygit

brew install lazygit

LazyDocker

https://github.com/jesseduffield/lazydocker

brew install lazydocker

Mise

https://mise.jdx.dev/

brew install mise

Pwgen

https://github.com/aronhoyer/pwgen

brew install pwgen

RipGrep

https://github.com/BurntSushi/ripgrep

brew install ripgrep

SSH-list

https://github.com/akinoiro/ssh-list

brew install ssh-list

TFEnv

https://github.com/tfutils/tfenv

brew install tfenv

TheFuck

https://github.com/nvbn/thefuck

brew install thefuck

Add to .zshrc

plugins=(
  ...
  thefuck
  ...
)

TLDR-pages

https://github.com/tldr-pages/tldr

brew install tlrc

Yazi

https://github.com/sxyazi/yazi

brew install yazi

zoxide

https://github.com/ajeetdsouza/zoxide

brew install zoxide

Add to .zshrc

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