summaryrefslogtreecommitdiff
path: root/makesymlinks.sh
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2017-07-23 17:07:06 -0500
committerBlaise Thompson <blaise@untzag.com>2017-07-23 17:07:06 -0500
commit36fa145be1df0a56a7d6cb780e3da645f2b4ccc4 (patch)
tree0310f5564959ecf0dd00dd38edd427cee4d9408b /makesymlinks.sh
parent6631c2608980b429cfa0ba23e08d39ed330a9a56 (diff)
spacemacs
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 ~ ..."