Dots are used via symlinks to files from this repository.
Clone this repository and run the make command.
$ make
Usually you can do this by runnig $ make <app name>-dots
.
# use only kitty dots
$ make kitty-dots
Please check Makefile
for more commands
Vim plugins are installed first time you use vim.
Note that YouCompleteMe
extension may fail.
In order to fix it run:
$ python3 .vim/plugged/YouCompleteMe/install.py
Right now there is no uninstall command. You can delete the repository and remove symlinks manually.