recovery from stupid file loss and major update

This commit is contained in:
2023-02-10 04:39:34 +10:00
parent 49b4010bd7
commit b4157580f5
22 changed files with 664 additions and 0 deletions

8
install.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/fish
# Деинициализация старого репозитория
rm -rf ~/.local/share/nvim/site/pack/packer/start/packer.nvim
# Инициализация репозитория
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim