1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[install] Remove $BACKUP variable

This commit is contained in:
Hyacinthe Cartiaux 2013-05-02 23:57:27 +02:00
parent dd779751b7
commit d649f3e734

View file

@ -3,13 +3,10 @@
set -x # Debug
$DOTFILES=~/.dotfiles
$BACKUP=~/.dotfiles_backup
[[ ! -d ~/.dotfiles ]] && git clone https://github.com/hcartiaux/dotfiles.git $DOTFILES
[[ -d ~/.dotfiles ]] && ( cd $DOTFILES ; git pull )
mkdir -p $BACKUP
cd ~
## zsh