added my scripts and added them to the install script

This commit is contained in:
2022-01-17 11:43:02 -03:00
parent e9f8fd33f5
commit 27abe57d70
14 changed files with 742 additions and 1 deletions

View File

@@ -6,5 +6,5 @@ tar -xvf .config/nvim.tar.xz
mv nvim .config/nvim
cd $HOME
cp -rf "$current_dir"/{.config,.local} .
cp -rf "$current_dir"/{.config,.local,scripts} .
cp -rf "$current_dir"/{.nvimrc} .