mirror of
https://gitlab.com/thebiblelover7/dotfiles.git
synced 2025-12-14 04:03:50 +00:00
added nvim and others
This commit is contained in:
10
install.sh
Normal file
10
install.sh
Normal 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} .
|
||||
Reference in New Issue
Block a user