From 07d4c269d1bad60f29869d4bd80213bc2b5ffafd Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 18 Oct 2014 09:56:17 -0400 Subject: [PATCH] fix setup.sh --- setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 75dc73a..e5a5e88 100755 --- a/setup.sh +++ b/setup.sh @@ -1,15 +1,13 @@ -B0;95;c#!/bin/bash +#!/bin/bash ############################ # setup.sh # This script creates symlinks from the home directory to any desired dotfiles in ~/dotfiles ############################ ########## Variables - dir=~/dotfiles # dotfiles directory olddir=~/dotfiles_old # old dotfiles backup directory files="bashrc config emacs emacs.d gitconfig gitignore_global zshrc oh-my-zsh" # list of files/folders to symlink in homedir - ########## # create dotfiles_old in homedir