From 36fa145be1df0a56a7d6cb780e3da645f2b4ccc4 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sun, 23 Jul 2017 17:07:06 -0500 Subject: spacemacs --- makesymlinks.sh | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) mode change 100644 => 100755 makesymlinks.sh (limited to 'makesymlinks.sh') diff --git a/makesymlinks.sh b/makesymlinks.sh old mode 100644 new mode 100755 index 587edd7..74b4653 --- a/makesymlinks.sh +++ b/makesymlinks.sh @@ -1,16 +1,12 @@ #!/bin/bash -############################ -# .make.sh -# This script creates symlinks from the home directory to any desired dotfiles in ~/dotfiles -############################ -########## Variables +########## define -dir=~/dotfiles # dotfiles directory -olddir=~/dotfiles_old # old dotfiles backup directory -files="" # list of files/folders to symlink in homedir +dir=~/dotfiles # dotfiles directory +olddir=~/dotfiles_old # old dotfiles backup directory +files="spacemacs" # list of files/folders to symlink in homedir -########## +########## do # create dotfiles_old in homedir echo -n "Creating $olddir for backup of any existing dotfiles in ~ ..." -- cgit v1.2.3