- renamed to over-env

- removed garbage
- added install.sh
This commit is contained in:
Martin 2017-10-10 11:38:12 +02:00
parent 6888571eea
commit 84f3734353
10 changed files with 15 additions and 91 deletions

11
install.sh Executable file
View file

@ -0,0 +1,11 @@
#! /bin/bash
ROOT="${1}"
LIBDIR="${ROOT}/usr/lib/over/env"
mkdir -p "${LIBDIR}"
cp lib/* "${LIBDIR}"
mkdir -p "${ROOT}/etc"
# intentionally ignoring zsh stuff - install that manually if you want
cp -r etc/over-env etc/screen* "${ROOT}/etc"