This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########## 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 ~" |