juanshot-dotenvs/setup_dotenv_files.sh
2024-09-10 10:45:53 +01:00

10 lines
421 B
Bash
Executable File

#!/bin/bash
rsync -ax --exclude .git --exclude setup_dotenv_files.sh --exclude vim_fonts ./ ~/
curl --no-progress-meter -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
echo 'VIM: Remember to run ":PlugInstall" on first run to set up the themes and plugins!'
echo 'Ignore the error about "gruvbox" - it will be fixed after you install the plugins.'