added nvim and others

This commit is contained in:
2022-01-17 09:29:35 -03:00
parent 73e0ec8727
commit e9f8fd33f5
19 changed files with 1921 additions and 0 deletions

10
install.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
current_dir="$(pwd)"
tar -xvf .config/nvim.tar.xz
mv nvim .config/nvim
cd $HOME
cp -rf "$current_dir"/{.config,.local} .
cp -rf "$current_dir"/{.nvimrc} .