2024-08-25 11:35:50 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-08-25 20:01:22 +00:00
|
|
|
rsync -ax --exclude .git --exclude setup_dotenv_files.sh ./ ~/
|
2024-08-28 12:14:02 +00:00
|
|
|
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!'
|