summaryrefslogtreecommitdiff
path: root/makesymlinks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makesymlinks.sh')
-rwxr-xr-x[-rw-r--r--]makesymlinks.sh14
1 files changed, 5 insertions, 9 deletions
diff --git a/makesymlinks.sh b/makesymlinks.sh
index 587edd7..74b4653 100644..100755
--- 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 ~ ..."