mirror of
https://gitlab.com/thebiblelover7/dotfiles.git
synced 2025-12-13 19:53:49 +00:00
11 lines
176 B
Bash
Executable File
11 lines
176 B
Bash
Executable File
#!/bin/bash
|
|
|
|
current_dir="$(pwd)"
|
|
|
|
tar -xvf .config/nvim.tar.xz
|
|
mv nvim .config/nvim
|
|
|
|
cd $HOME
|
|
cp -rf "$current_dir"/{.config,.local,scripts} .
|
|
cp -rf "$current_dir"/.nvimrc .
|