Files
dotfiles/nvim
2026-03-11 11:20:38 +03:00
..
2026-03-11 11:20:38 +03:00
2026-03-11 11:12:43 +03:00
2026-03-11 10:06:28 +03:00
2026-03-06 13:30:31 +03:00
2026-03-05 16:34:38 +03:00

Note

  • My preferred method of installation is Homebrew, but it doesn't restrict the possibility of installing using other methods.

Requirements

# https://github.com/junegunn/fzf
brew install fzf

# https://github.com/golang/go
brew install go

# https://github.com/jesseduffield/lazygit
brew install lazygit

# https://github.com/getsops/sops
brew onstall sops

# https://tree-sitter.github.io/
brew install tree-sitter

# https://github.com/ryanoasis/nerd-fonts
brew install --cask font-jetbrains-mono-nerd-font

# https://rust-lang.org/ for cargo package manager
brew install rust