changed the folder structure yet again

This commit is contained in:
Nikolas Weger 2017-08-23 11:53:06 +02:00
parent b5f657b8a4
commit 5e98d160a1
8 changed files with 4 additions and 450 deletions

17
install
View file

@ -1,15 +1,6 @@
#!/usr/bin/env bash
set -e
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
#!/bin/bash
cd ${HOME}/dotfiles
cd ${BASEDIR}
echo "Installing Dotfiles - Please Wait!"
git submodule update --init --recursive
echo "Installing Dotbot and Linking Files"
${BASEDIR}/lib/dotbot/bin/dotbot -d ${BASEDIR} -c cfg/dotbot/cfg ${@}
echo "Installing ZUnit"
cd ${BASEDIR}/lib/zunit
./build.zsh
cp -f zunit ${BASEDIR}/bin
cp -f zunit.zsh-completion ${BASEDIR}/lib/local/_zunit
lib/dotbot/bin/dotbot -d . -c cfg/dotbot/cfg ${@}