juanshot-dotenvs/setup_dotenv_files.sh

8 lines
294 B
Bash
Raw Normal View History

#!/bin/bash
2024-08-25 20:01:22 +00:00
rsync -ax --exclude .git --exclude setup_dotenv_files.sh ./ ~/
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
echo 'For VIM: Remember to run ":PlugInstall" on first run to set up the themes and plugins!'