Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 412 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 412 Bytes

Anatoly Korobov's dotfiles

=================

Installation

git clone https://github.com/anatoly-kor/dotfiles .dotfiles
cd .dotfiles
./install

vim -c "PluginInstall"

FIXME: install with brew:

  • cmake go to /Users/ak/.local/share/nvim/lazy/telescope-fzf-native.nvim cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build