- renamed to over-env
- removed garbage - added install.sh
This commit is contained in:
parent
6888571eea
commit
84f3734353
10 changed files with 15 additions and 91 deletions
11
install.sh
Executable file
11
install.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue