Skip to content

Instantly share code, notes, and snippets.

View mprelee's full-sized avatar

Madeline Prelee mprelee

View GitHub Profile
########## Variables
dir=~/dotfiles # dotfiles directory
olddir=~/dotfiles_old # old dotfiles backup directory
files=".bashrc .vimrc .vim" # list of files/folders to symlink in homedir
##########
# create dotfiles_old in homedir
echo "Creating $olddir for backup of any existing dotfiles in ~"