Browse Source

fix setup.sh

pull/1/head
Brett Langdon 11 years ago
parent
commit
07d4c269d1
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      setup.sh

+ 1
- 3
setup.sh View File

@ -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


Loading…
Cancel
Save